]>
granicus.if.org Git - vim/log
Bram Moolenaar [Thu, 5 Dec 2019 19:28:46 +0000 (20:28 +0100)]
patch 8.1.2393: using old C style comments
Problem: Using old C style comments.
Solution: Use // comments where appropriate.
Bram Moolenaar [Thu, 5 Dec 2019 19:12:41 +0000 (20:12 +0100)]
patch 8.1.2392: using old C style comments
Problem: Using old C style comments.
Solution: Use // comments where appropriate.
Bram Moolenaar [Thu, 5 Dec 2019 17:35:44 +0000 (18:35 +0100)]
patch 8.1.2391: cannot build when __QNXNTO__ is defined
Problem: Cannot build when __QNXNTO__ is defined. (Ian Wayne Larson)
Solution: Move the check for "qansi". (Ken Takata, closes #5317)
Bram Moolenaar [Thu, 5 Dec 2019 17:16:33 +0000 (18:16 +0100)]
patch 8.1.2390: test94 is old style, fix 7.4.441 not tested
Problem: Test94 is old style, fix 7.4.441 not tested.
Solution: Turn test94 into a new style test. Add tests for the fix in patch
7.4.441. (Yegappan Lakshmanan, closes #5316)
Bram Moolenaar [Wed, 4 Dec 2019 21:16:54 +0000 (22:16 +0100)]
patch 8.1.2389: using old C style comments
Problem: Using old C style comments.
Solution: Use // comments where appropriate.
Bram Moolenaar [Wed, 4 Dec 2019 20:57:43 +0000 (21:57 +0100)]
patch 8.1.2388: using old C style comments
Problem: Using old C style comments.
Solution: Use // comments where appropriate.
Bram Moolenaar [Wed, 4 Dec 2019 20:24:53 +0000 (21:24 +0100)]
patch 8.1.2387: using old C style comments
Problem: Using old C style comments.
Solution: Use // comments where appropriate.
Bram Moolenaar [Wed, 4 Dec 2019 19:43:03 +0000 (20:43 +0100)]
Update version 8.2 notes and make syntax.
Bram Moolenaar [Wed, 4 Dec 2019 18:08:50 +0000 (19:08 +0100)]
patch 8.1.2386: 'wincolor' is not used for 'listchars'
Problem: 'wincolor' is not used for 'listchars'.
Solution: Combine the colors. (closes #5308)
Bram Moolenaar [Wed, 4 Dec 2019 14:11:08 +0000 (15:11 +0100)]
patch 8.1.2385: opening cmdline window with feedkeys() does not work
Problem: Opening cmdline window with feedkeys() does not work. (Yegappan
Lakshmanan)
Solution: Recognize K_CMDWIN also when ex_normal_busy is set.
Bram Moolenaar [Tue, 3 Dec 2019 21:59:23 +0000 (22:59 +0100)]
patch 8.1.2384: test 48 is old style
Problem: Test 48 is old style.
Solution: Merge test cases into new style test. (Yegappan Lakshmanan,
closes #5307)
Bram Moolenaar [Tue, 3 Dec 2019 21:49:09 +0000 (22:49 +0100)]
Update a few runtime files
Bram Moolenaar [Mon, 2 Dec 2019 21:49:38 +0000 (22:49 +0100)]
patch 8.1.2383: using old C style comments
Problem: Using old C style comments.
Solution: Use // comments where appropriate.
Bram Moolenaar [Mon, 2 Dec 2019 20:35:31 +0000 (21:35 +0100)]
patch 8.1.2382: MS-Windows: When using VTP bold+inverse doesn't work
Problem: MS-Windows: When using VTP bold+inverse doesn't work.
Solution: Compare with the default colors. (Nobuhiro Takasaki, closes #5303)
Bram Moolenaar [Mon, 2 Dec 2019 19:41:39 +0000 (20:41 +0100)]
patch 8.1.2381: not all register related code is covered by tests
Problem: Not all register related code is covered by tests.
Solution: Add more test cases. (Yegappan Lakshmanan, closes #5301)
Bram Moolenaar [Sun, 1 Dec 2019 21:11:18 +0000 (22:11 +0100)]
patch 8.1.2380: using old C style comments
Problem: Using old C style comments.
Solution: Use // comments where appropriate.
Bram Moolenaar [Sun, 1 Dec 2019 20:41:28 +0000 (21:41 +0100)]
patch 8.1.2379: using old C style comments
Problem: Using old C style comments.
Solution: Use // comments where appropriate.
Bram Moolenaar [Sun, 1 Dec 2019 20:11:22 +0000 (21:11 +0100)]
patch 8.1.2378: using old C style comments
Problem: Using old C style comments.
Solution: Use // comments where appropriate.
Bram Moolenaar [Sun, 1 Dec 2019 18:37:07 +0000 (19:37 +0100)]
patch 8.1.2377: GUI: when losing focus a pending operator is executed
Problem: GUI: when losing focus a pending operator is executed.
Solution: Do not execute an operator when getting K_IGNORE. (closes #5300)
Bram Moolenaar [Sun, 1 Dec 2019 17:58:11 +0000 (18:58 +0100)]
patch 8.1.2376: preprocessor indents are incorrect
Problem: Preprocessor indents are incorrect.
Solution: Fix the indents. (Ken Takata, closes #5298)
Bram Moolenaar [Sun, 1 Dec 2019 17:16:18 +0000 (18:16 +0100)]
patch 8.1.2375: no suffucient testing for registers
Problem: No suffucient testing for registers.
Solution: Add more test cases. (Yegappan Lakshmanan, closes #5296)
Fix that "p" on last virtual column of tab inserts spaces.
Bram Moolenaar [Sun, 1 Dec 2019 14:31:12 +0000 (15:31 +0100)]
patch 8.1.2374: unused parts of libvterm are included
Problem: Unused parts of libvterm are included.
Solution: Delete the unused files.
Bram Moolenaar [Sun, 1 Dec 2019 14:23:11 +0000 (15:23 +0100)]
patch 8.1.2373: cannot build with +popupwin but without +quickfix
Problem: Cannot build with +popupwin but without +quickfix. (John Marriott)
Solution: Adjust #ifdefs.
Bram Moolenaar [Sat, 30 Nov 2019 21:57:53 +0000 (22:57 +0100)]
patch 8.1.2372: VMS: failing realloc leaks memory
Problem: VMS: failing realloc leaks memory. (Chakshu Gupta)
Solution: Free the memory. (partly fixes #5292)
Bram Moolenaar [Sat, 30 Nov 2019 21:48:27 +0000 (22:48 +0100)]
patch 8.1.2371: FEAT_TEXT_PROP is a confusing name
Problem: FEAT_TEXT_PROP is a confusing name.
Solution: Use FEAT_PROP_POPUP. (Naruhiko Nishino, closes #5291)
Bram Moolenaar [Sat, 30 Nov 2019 21:38:16 +0000 (22:38 +0100)]
patch 8.1.2370: build problems on VMS
Problem: Build problems on VMS.
Solution: Adjust the build file. (Zoltan Arpadffy)
Bram Moolenaar [Sat, 30 Nov 2019 19:58:46 +0000 (20:58 +0100)]
patch 8.1.2369: cannot build with quickfix and without text properties
Problem: Cannot build with quickfix and without text properties.
Solution: Fix typo. (Naruhiko Nishino)
Bram Moolenaar [Sat, 30 Nov 2019 19:52:27 +0000 (20:52 +0100)]
patch 8.1.2368: using old C style comments
Problem: Using old C style comments.
Solution: Use // comments where appropriate.
Bram Moolenaar [Sat, 30 Nov 2019 18:48:46 +0000 (19:48 +0100)]
patch 8.1.2367: registers are not sufficiently tested
Problem: Registers are not sufficiently tested.
Solution: Add a few more test cases. (Yegappan Lakshmanan, closes #5288)
Bram Moolenaar [Sat, 30 Nov 2019 18:44:38 +0000 (19:44 +0100)]
patch 8.1.2366: using old C style comments
Problem: Using old C style comments.
Solution: Use // comments where appropriate.
Bram Moolenaar [Sat, 30 Nov 2019 16:58:27 +0000 (17:58 +0100)]
patch 8.1.2365: missing tests for recent popupwin changes
Problem: Missing tests for recent popupwin changes.
Solution: Add test cases.
Bram Moolenaar [Sat, 30 Nov 2019 16:57:03 +0000 (17:57 +0100)]
Update runtime files.
Bram Moolenaar [Sat, 30 Nov 2019 14:34:08 +0000 (15:34 +0100)]
patch 8.1.2364: termwinscroll test is flaky on FreeBSD
Problem: Termwinscroll test is flaky on FreeBSD.
Solution: Add to list of flaky tests. Rename function.
Bram Moolenaar [Sat, 30 Nov 2019 14:05:22 +0000 (15:05 +0100)]
patch 8.1.2363: ml_get error when accessing Visual area in 'statusline'
Problem: ml_get error when accessing Visual area in 'statusline'.
Solution: Disable Visual mode when using another window. (closes #5278)
Bram Moolenaar [Sat, 30 Nov 2019 13:21:53 +0000 (14:21 +0100)]
patch 8.1.2362: cannot place signs in a popup window
Problem: Cannot place signs in a popup window. (Maxim Kim)
Solution: Use the group prefix "PopUp" to specify which signs should show up
in a popup window. (closes #5277)
Bram Moolenaar [Fri, 29 Nov 2019 22:15:25 +0000 (23:15 +0100)]
patch 8.1.2361: MS-Windows: test failures related to VIMDLL
Problem: MS-Windows: test failures related to VIMDLL.
Solution: Adjust code and tests. (Ken Takata, closes #5283)
Bram Moolenaar [Fri, 29 Nov 2019 21:06:47 +0000 (22:06 +0100)]
patch 8.1.2360: quickfix test coverage can still be improved
Problem: Quickfix test coverage can still be improved.
Solution: Add more test cases. (Yegappan Lakshmanan, closes #5276)
Bram Moolenaar [Fri, 29 Nov 2019 20:07:58 +0000 (21:07 +0100)]
patch 8.1.2359: cannot build without FEAT_FLOAT
Problem: Cannot build without FEAT_FLOAT. (John Marriott)
Solution: Fix #ifdefs around f_srand().
Bram Moolenaar [Fri, 29 Nov 2019 19:26:13 +0000 (20:26 +0100)]
patch 8.1.2358: tests fail on Cirrus CI for FreeBSD
Problem: Tests fail on Cirrus CI for FreeBSD.
Solution: Fix a test and skip some. (Christian Brabandt, closes #5281)
Bram Moolenaar [Thu, 28 Nov 2019 21:55:43 +0000 (22:55 +0100)]
patch 8.1.2357: no test with wrong argument for rand()
Problem: No test with wrong argument for rand().
Solution: Add a test case.
Bram Moolenaar [Thu, 28 Nov 2019 21:13:14 +0000 (22:13 +0100)]
patch 8.1.2356: rand() does not use the best algorithm
Problem: rand() does not use the best algorithm.
Solution: use xoshiro128** instead of xorshift. (Kaito Udagawa,
closes #5279)
Bram Moolenaar [Thu, 28 Nov 2019 20:16:06 +0000 (21:16 +0100)]
patch 8.1.2355: test with "man" fails on FreeBSD
Problem: Test with "man" fails on FreeBSD.
Solution: Use "-P" instead of "--pager".
Bram Moolenaar [Thu, 28 Nov 2019 19:53:08 +0000 (20:53 +0100)]
patch 8.1.2354: Cirrus CI runs on another repository
Problem: Cirrus CI runs on another repository.
Solution: Run Cirrus CI on vim/vim.
Bram Moolenaar [Thu, 28 Nov 2019 19:09:58 +0000 (20:09 +0100)]
patch 8.1.2353: build failure on FreeBSD
Problem: Build failure on FreeBSD.
Solution: Change #ifdef to only check for Linux-like systems.
Bram Moolenaar [Wed, 27 Nov 2019 20:57:45 +0000 (21:57 +0100)]
Merge branch 'master' of github.com:vim/vim
Bram Moolenaar [Wed, 27 Nov 2019 20:57:06 +0000 (21:57 +0100)]
Merge pull request #5275 from vim/revert-5273-cirrus_ci
Revert "Cirrus CI: add a simple CI using BSD"
Bram Moolenaar [Wed, 27 Nov 2019 20:56:28 +0000 (21:56 +0100)]
Revert "Cirrus CI: add a simple CI using BSD"
Bram Moolenaar [Wed, 27 Nov 2019 20:55:41 +0000 (21:55 +0100)]
patch 8.1.2352: CI doesn't cover FreeBSD
Problem: CI doesn't cover FreeBSD.
Solution: Configure Cirrus-CI. (Christian Brabandt, closes #5273)
Christian Brabandt [Wed, 27 Nov 2019 15:08:29 +0000 (16:08 +0100)]
Merge pull request #5273 from chrisbra/cirrus_ci
Cirrus CI: add a simple CI using BSD
Christian Brabandt [Wed, 27 Nov 2019 14:45:57 +0000 (15:45 +0100)]
Cirrus CI: add a simple CI using BSD
Cirrus CI allows to run CI tests in a wide variety of systems, such as
Mac, Windows and FreeBSD. For a starter, add a Cirrus-CI test just for
FreeBSD using version 12, assuming Windows and Linux are already tested
using appveyor and Travis CI
Bram Moolenaar [Tue, 26 Nov 2019 21:39:10 +0000 (22:39 +0100)]
patch 8.1.2351: 'wincolor' not used for > for not fitting double width char
Problem: 'wincolor' not used for > for not fitting double width char.
Also: popup drawn on right half of double width character looks
wrong.
Solution: Adjust color for > character. Clear left half of double width
character if right half is being overwritten.
Bram Moolenaar [Tue, 26 Nov 2019 20:44:46 +0000 (21:44 +0100)]
Update runtime files
Bram Moolenaar [Tue, 26 Nov 2019 18:33:22 +0000 (19:33 +0100)]
patch 8.1.2350: other text for CTRL-V in Insert mode with modifyOtherKeys
Problem: Other text for CTRL-V in Insert mode with modifyOtherKeys.
Solution: Convert the Escape sequence back to key as if modifyOtherKeys is
not set, and use CTRL-SHIFT-V to get the Escape sequence itself.
(closes #5254)
Bram Moolenaar [Tue, 26 Nov 2019 16:05:00 +0000 (17:05 +0100)]
patch 8.1.2349: :lockvar and :unlockvar cannot be followed by "| endif"
Problem: :lockvar and :unlockvar cannot be followed by "| endif".
Solution: Check for following commands. (closes #5269)
Bram Moolenaar [Tue, 26 Nov 2019 15:50:30 +0000 (16:50 +0100)]
patch 8.1.2348: :const cannot be followed by "| endif"
Problem: :const cannot be followed by "| endif".
Solution: Check following command for :const. (closes #5269)
Also fix completion after :const.
Bram Moolenaar [Tue, 26 Nov 2019 13:48:00 +0000 (14:48 +0100)]
patch 8.1.2347: MacOS: build fails
Problem: MacOS: build fails.
Solution: Don't define _XOPEN_SOURCE for Mac.
Bram Moolenaar [Tue, 26 Nov 2019 13:28:15 +0000 (14:28 +0100)]
patch 8.1.2346: CTRL-R CTRL-R doesn't work with modifyOtherKeys
Problem: CTRL-R CTRL-R doesn't work with modifyOtherKeys.
Solution: Allow key codes when fetching argument for CTRL-R. (closes #5266)
Also fix CTRL-G in Insert mode.
Bram Moolenaar [Tue, 26 Nov 2019 12:43:40 +0000 (13:43 +0100)]
patch 8.1.2345: .cjs files are not recognized as Javascript
Problem: .cjs files are not recognized as Javascript.
Solution: Add the *.cjs pattern. (closes #5268)
Bram Moolenaar [Tue, 26 Nov 2019 12:29:01 +0000 (13:29 +0100)]
patch 8.1.2344: Cygwin: warning for using strptime()
Problem: Cygwin: warning for using strptime().
Solution: Move defining _XOPEN_SOURCE and __USE_XOPEN to vim.h. (Ken Takata,
closes #5265) Use 700 for _XOPEN_SOURCE for mkdtemp().
Bram Moolenaar [Tue, 26 Nov 2019 11:23:30 +0000 (12:23 +0100)]
patch 8.1.2343: using time() for srand() is not very random
Problem: Using time() for srand() is not very random.
Solution: use /dev/urandom if available
Bram Moolenaar [Mon, 25 Nov 2019 14:40:55 +0000 (15:40 +0100)]
patch 8.1.2342: random number generator in Vim script is slow
Problem: Random number generator in Vim script is slow.
Solution: Add rand() and srand(). (Yasuhiro Matsumoto, closes #1277)
Bram Moolenaar [Sun, 24 Nov 2019 23:05:32 +0000 (00:05 +0100)]
patch 8.1.2341: not so easy to interrupt a script programatically
Problem: Not so easy to interrupt a script programatically.
Solution: Add the interrupt() function. (Yasuhiro Matsumoto, closes #2834)
Bram Moolenaar [Sun, 24 Nov 2019 21:13:58 +0000 (22:13 +0100)]
patch 8.1.2340: quickfix test fails under valgrind and asan
Problem: Quickfix test fails under valgrind and asan.
Solution: Make sure long line does not overflow IObuff. (Dominique Pelle,
closes #5263) Put back fix for large terminals. (Yegappan
Lakshmanan, closes #5264)
Bram Moolenaar [Sun, 24 Nov 2019 11:12:42 +0000 (12:12 +0100)]
patch 8.1.2339: insufficient testing for quickfix
Problem: Insufficient testing for quickfix.
Solution: Add a few more tests. (Yegappan Lakshmanan, closes #5261)
Bram Moolenaar [Sat, 23 Nov 2019 20:56:46 +0000 (21:56 +0100)]
patch 8.1.2338: using Visual mark sith :s gives E20 if not set
Problem: Using Visual mark sith :s gives E20 if not set.
Solution: Ignore errors when handling 'incsearch'. (closes #3837)
Bram Moolenaar [Fri, 22 Nov 2019 21:21:59 +0000 (22:21 +0100)]
patch 8.1.2337: double-click time sometimes miscomputed
Problem: Double-click time sometimes miscomputed.
Solution: Correct time computation. (Dominique Pelle, closes #5259)
Bram Moolenaar [Fri, 22 Nov 2019 19:55:40 +0000 (20:55 +0100)]
patch 8.1.2336: when an expr mapping moves the cursor it is not restored
Problem: When an expr mapping moves the cursor it is not restored.
Solution: Position the cursor after an expr mapping. (closes #5256)
Bram Moolenaar [Fri, 22 Nov 2019 18:29:45 +0000 (19:29 +0100)]
patch 8.1.2335: error message for function arguments may use NULL pointer
Problem: Error message for function arguments may use NULL pointer.
(Coverity)
Solution: Use the original function name.
Bram Moolenaar [Fri, 22 Nov 2019 18:22:08 +0000 (19:22 +0100)]
patch 8.1.2334: possible NULL pointer dereference in popup_locate()
Problem: Possible NULL pointer dereference in popup_locate(). (Coverity)
Solution: Check for NULL pointer.
Bram Moolenaar [Thu, 21 Nov 2019 22:24:00 +0000 (23:24 +0100)]
patch 8.1.2333: with modifyOtherKeys CTRL-^ doesn't work
Problem: With modifyOtherKeys CTRL-^ doesn't work.
Solution: Handle the exception.
Bram Moolenaar [Thu, 21 Nov 2019 21:27:22 +0000 (22:27 +0100)]
patch 8.1.2332: missing file in refactoring
Problem: Missing file in refactoring.
Solution: Update missing file.
Bram Moolenaar [Thu, 21 Nov 2019 21:14:18 +0000 (22:14 +0100)]
patch 8.1.2331: the option.c file is still very big
Problem: The option.c file is still very big.
Solution: Move a few functions to where they fit better. (Yegappan
Lakshmanan, closes #4895)
Bram Moolenaar [Thu, 21 Nov 2019 19:55:26 +0000 (20:55 +0100)]
patch 8.1.2330: vi' does not always work when 'selection' is exclusive
Problem: vi' does not always work when 'selection' is exclusive.
Solution: Adjust start position.
Bram Moolenaar [Thu, 21 Nov 2019 17:27:01 +0000 (18:27 +0100)]
patch 8.1.2329: mouse multiple click test is a bit flaky
Problem: Mouse multiple click test is a bit flaky.
Solution: Add it to the list of flaky tests.
Bram Moolenaar [Thu, 21 Nov 2019 16:34:51 +0000 (17:34 +0100)]
patch 8.1.2328: a few hangul input pieces remain
Problem: A few hangul input pieces remain.
Solution: Update VMS makefile.
Bram Moolenaar [Thu, 21 Nov 2019 16:13:31 +0000 (17:13 +0100)]
patch 8.1.2327: cannot build with Hangul input
Problem: Cannot build with Hangul input.
Solution: Remove Hangul input support.
Bram Moolenaar [Thu, 21 Nov 2019 14:36:18 +0000 (15:36 +0100)]
patch 8.1.2326: cannot parse a date/time string
Problem: Cannot parse a date/time string.
Solution: Add strptime(). (Stephen Wall, closes #)
Bram Moolenaar [Thu, 21 Nov 2019 12:27:06 +0000 (13:27 +0100)]
patch 8.1.2325: crash when using balloon with empty line
Problem: Crash when using balloon with empty line.
Solution: Handle empty lines. (Markus Braun)
Bram Moolenaar [Thu, 21 Nov 2019 11:12:35 +0000 (12:12 +0100)]
patch 8.1.2324: with of scrollbar in popup menu not taken into account
Problem: With of scrollbar in popup menu not taken into account.
Solution: Add the width of the scrollbar.
Bram Moolenaar [Wed, 20 Nov 2019 21:31:13 +0000 (22:31 +0100)]
Update runtime files.
Bram Moolenaar [Tue, 19 Nov 2019 22:01:28 +0000 (23:01 +0100)]
patch 8.1.2323: Old MSVC version no longer tested.
Problem: Old MSVC version no longer tested.
Solution: Drop support for MSCV 2008 and older. (Ken Takata, closes #5248)
Bram Moolenaar [Tue, 19 Nov 2019 21:38:48 +0000 (22:38 +0100)]
patch 8.1.2322: quickfix test fails in very big terminal
Problem: Quickfix test fails in very big terminal.
Solution: Adjust the expected result for the width. (Masato Nishihata,
closes #5244)
Bram Moolenaar [Mon, 18 Nov 2019 22:31:48 +0000 (23:31 +0100)]
patch 8.1.2321: cannot select all text with the mouse
Problem: Cannot select all text with the mouse. (John Marriott)
Solution: Move limiting the mouse column to f_getmousepos(). (closes #5242)
Bram Moolenaar [Mon, 18 Nov 2019 21:02:16 +0000 (22:02 +0100)]
patch 8.1.2320: insufficient test coverage for quickfix
Problem: Insufficient test coverage for quickfix.
Solution: Add more tests. Fix uncovered problem. (Yegappan Lakshmanan,
closes #5238)
Bram Moolenaar [Mon, 18 Nov 2019 20:38:37 +0000 (21:38 +0100)]
patch 8.1.2319: compiler warning for int size
Problem: Compiler warning for int size.
Solution: Add typecast. (Mike Williams)
Bram Moolenaar [Sun, 17 Nov 2019 21:54:10 +0000 (22:54 +0100)]
patch 8.1.2318: MS-Windows GUI: main background shows in toolbar
Problem: MS-Windows GUI: main background shows in toolbar.
Solution: Remove transparency from the toolbar. (Simon Sadler)
Bram Moolenaar [Sun, 17 Nov 2019 19:10:20 +0000 (20:10 +0100)]
patch 8.1.2317: no test for spell affix file with flag on suffix
Problem: No test for spell affix file with flag on suffix.
Solution: Add a test case.
Bram Moolenaar [Sun, 17 Nov 2019 18:07:42 +0000 (19:07 +0100)]
patch 8.1.2316: FORTIFY_SOURCE can also be present in CPPFLAGS
Problem: FORTIFY_SOURCE can also be present in CPPFLAGS.
Solution: Remove it in configure. (Benedikt Morbach, closes #2786)
Bram Moolenaar [Sun, 17 Nov 2019 17:09:38 +0000 (18:09 +0100)]
patch 8.1.2315: not always using the right window when jumping to an error
Problem: Not always using the right window when jumping to an error.
Solution: Add the "uselast" flag in 'switchbuf'. (closes #1652)
Bram Moolenaar [Sun, 17 Nov 2019 16:32:28 +0000 (17:32 +0100)]
patch 8.1.2314: vi' sometimes does not select anything
Problem: vi' sometimes does not select anything.
Solution: Recognize an empty selection. (Christian Brabandt, closes #5183)
Bram Moolenaar [Sun, 17 Nov 2019 16:06:33 +0000 (17:06 +0100)]
patch 8.1.2313: debugging where a delay comes from is not easy
Problem: Debugging where a delay comes from is not easy.
Solution: Use different values when calling ui_delay().
Bram Moolenaar [Sun, 17 Nov 2019 15:18:31 +0000 (16:18 +0100)]
patch 8.1.2312: "line:" field in tags file not used
Problem: "line:" field in tags file not used.
Solution: Recognize the field and use the value. (Andy Massimino, Daniel
Hahler, closes #5232, closes #2546, closes #1057)
Bram Moolenaar [Sun, 17 Nov 2019 14:55:14 +0000 (15:55 +0100)]
Update runtime files.
Bram Moolenaar [Sat, 16 Nov 2019 21:49:40 +0000 (22:49 +0100)]
patch 8.1.2311: warning for missing function prototype
Problem: Warning for missing function prototype.
Solution: Add the proto. (Dominique Pelle, closes #5233)
Bram Moolenaar [Sat, 16 Nov 2019 20:04:57 +0000 (21:04 +0100)]
patch 8.1.2310: no proper test for directory changes in quickfix
Problem: No proper test for directory changes in quickfix.
Solution: Add a test that uses multiple directories. (Yegappan Lakshmanan,
closes #5230)
Bram Moolenaar [Sat, 16 Nov 2019 19:49:18 +0000 (20:49 +0100)]
patch 8.1.2309: compiler warning for argument type
Problem: Compiler warning for argument type.
Solution: Use linenr_T and cast to varnumber_T. (John Marriott)
Bram Moolenaar [Sat, 16 Nov 2019 19:41:51 +0000 (20:41 +0100)]
patch 8.1.2308: deleting text before zero-width textprop removes it
Problem: Deleting text before zero-width textprop removes it.
Solution: Keep zero-width textprop when deleting text.
Bram Moolenaar [Sat, 16 Nov 2019 19:03:31 +0000 (20:03 +0100)]
patch 8.1.2307: positioning popup doesn't work for buffer-local textprop
Problem: Positioning popup doesn't work for buffer-local textprop.
Solution: Make it work. (closes #5225)
Bram Moolenaar [Sat, 16 Nov 2019 17:57:16 +0000 (18:57 +0100)]
patch 8.1.2306: double and triple clicks are not tested
Problem: Double and triple clicks are not tested.
Solution: Test mouse clicks to select text. (closes #5226)
Bram Moolenaar [Sat, 16 Nov 2019 17:49:50 +0000 (18:49 +0100)]
patch 8.1.2305: no warning for wrong entry in translations
Problem: No warning for wrong entry in translations.
Solution: Check semicolons in keywords entry of desktop file.