summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)Author
2019-12-11patch 8.1.2422: "make depend" does not work correctly for libvtermv8.1.2422Bram Moolenaar
Problem: "make depend" does not work correctly for libvterm. Solution: Fix build dependencies. And a few minor improvements.
2019-12-11patch 8.1.2421: test88 is old stylev8.1.2421Bram Moolenaar
Problem: Test88 is old style. Solution: Turn into a new style test. (Yegappan Lakshmanan, closes #5347)
2019-12-11patch 8.1.2420: crash when calling popup_close() in win_execute()v8.1.2420Bram Moolenaar
Problem: Crash when calling popup_close() in win_execute(). Solution: Disallow popup_close() in popup window. (Yasuhiro Matsumoto, closes #5345)
2019-12-11patch 8.1.2419: with a long file name the hit-enter prompt appearsv8.1.2419Bram Moolenaar
Problem: With a long file name the hit-enter prompt appears. (J. Lewis Muir) Solution: When checking for text to wrap don't do this when outputing a CR.
2019-12-10patch 8.1.2418: bufnr('$') is wrong after recycling popup bufferv8.1.2418Bram Moolenaar
Problem: bufnr('$') is wrong after recycling popup buffer. Solution: Sort the buffer list by buffer number. (closes #5335)
2019-12-10patch 8.1.2417: MinGW/Cygwin build does not clean up all filesv8.1.2417Bram Moolenaar
Problem: MinGW/Cygwin build does not clean up all files. Solution: Delete *.map files. (Michael Soyka)
2019-12-10patch 8.1.2416: loading menus sets v:errmsgv8.1.2416Bram Moolenaar
Problem: Loading menus sets v:errmsg. Solution: Avoid setting v:errmsg and add a test for that. (Jason Franklin)
2019-12-10patch 8.1.2415: popup menu flickers if an info popup is usedv8.1.2415Bram Moolenaar
Problem: Popup menu flickers if an info popup is used. (Nick Spoons) Solution: Set the pum_skip_redraw flag.
2019-12-09patch 8.1.2414: MS-Windows: properties dialog box shows wrong characterv8.1.2414Bram Moolenaar
Problem: MS-Windows: properties dialog box shows wrong character. Solution: Explicitly specify encoding. (Ken Takata, closes #5338)
2019-12-09patch 8.1.2413: cannot update ex_cmdidxs.h on MS-Windowsv8.1.2413Bram Moolenaar
Problem: Cannot update ex_cmdidxs.h on MS-Windows. Solution: Add build rules and dependencies. (Ken Takata, closes #5337)
2019-12-08patch 8.1.2412: crash when evaluating expression with errorv8.1.2412Bram Moolenaar
Problem: Crash when evaluating expression with error. (Dhiraj Mishra) Solution: Check parsing failed. (closes #5329)
2019-12-08patch 8.1.2411: function argument copied unnecessarilyv8.1.2411Bram Moolenaar
Problem: Function argument copied unnecessarily. Solution: Use the argument directly.
2019-12-07patch 8.1.2410: MS-Windows: test_iminsert fails without IME supportv8.1.2410Bram Moolenaar
Problem: MS-Windows: test_iminsert fails without IME support. Solution: Skip the test when imgetstatus() doesn't work.
2019-12-07patch 8.1.2409: creating the distribution doesn't work as documentedv8.1.2409Bram Moolenaar
Problem: Creating the distribution doesn't work as documented. Solution: Adjust name of uninstall binary. Create src/auto directory if needed.
2019-12-07patch 8.1.2408: syntax menu and build instructions outdatedv8.1.2408Bram Moolenaar
Problem: Syntax menu and build instructions outdated. Solution: Update build instructions and syntax menu.
2019-12-07patch 8.1.2407: proto files, dependencies and build instructions outdatedv8.1.2407Bram Moolenaar
Problem: proto file, dependenciess and Build instructions outdated. Solution: Update proto files, dependencies and build instructions.
2019-12-07patch 8.1.2406: leaking memory in test_paste and test_registersv8.1.2406Bram Moolenaar
Problem: Leaking memory in test_paste and test_registers. Solution: Free the old title. Don't copy expr_line.
2019-12-07patch 8.1.2405: matchadd_conceal test fails under valgrindv8.1.2405Bram Moolenaar
Problem: matchadd_conceal test fails under valgrind. Solution: Use WaitForAssert() and wait a bit longer.
2019-12-07patch 8.1.2404: channel test fails under valgrindv8.1.2404Bram Moolenaar
Problem: Channel test fails under valgrind. Solution: Sleep a bit longer.
2019-12-07patch 8.1.2403: autocmd test fails under valgrindv8.1.2403Bram Moolenaar
Problem: Autocmd test fails under valgrind. Solution: Wait a bit longer.
2019-12-07Runtime file updates.Bram Moolenaar
2019-12-06patch 8.1.2402: typos and other small thingsv8.1.2402Bram Moolenaar
Problem: Typos and other small things. Solution: Small fixes.
2019-12-06patch 8.1.2401: :cexpr does not handle | in expressionv8.1.2401Bram Moolenaar
Problem: :cexpr does not handle | in expression. Solution: Remove EX_TRLBAR and set nextcmd pointer.
2019-12-06patch 8.1.2400: test39 is old stylev8.1.2400Bram Moolenaar
Problem: Test39 is old style. Solution: Convert the test cases into new style. (Yegappan Lakshmanan, closes #5324)
2019-12-06patch 8.1.2399: info popup on top of cursor if it doesn't fitv8.1.2399Bram Moolenaar
Problem: Info popup on top of cursor if it doesn't fit. Solution: Hide the popup if it doesn't fit.
2019-12-06patch 8.1.2398: strptime() test fails on Japanese Macv8.1.2398Bram Moolenaar
Problem: strptime() test fails on Japanese Mac. Solution: Use %T instead of %X.
2019-12-05patch 8.1.2397: should not define __USE_XOPENv8.1.2397Bram Moolenaar
Problem: Should not define __USE_XOPEN. _XOPEN_SOURCE is not needed for Android. Solution: Remove __USE_XOPEN and adjust #ifdefs. (Ozaki Kiichi, closes #5322)
2019-12-05patch 8.1.2396: using old C style commentsv8.1.2396Bram Moolenaar
Problem: Using old C style comments. Solution: Use // comments where appropriate.
2019-12-05patch 8.1.2395: using old C style commentsv8.1.2395Bram Moolenaar
Problem: Using old C style comments. Solution: Use // comments where appropriate.
2019-12-05patch 8.1.2394: using old C style commentsv8.1.2394Bram Moolenaar
Problem: Using old C style comments. Solution: Use // comments where appropriate.
2019-12-05patch 8.1.2393: using old C style commentsv8.1.2393Bram Moolenaar
Problem: Using old C style comments. Solution: Use // comments where appropriate.
2019-12-05patch 8.1.2392: using old C style commentsv8.1.2392Bram Moolenaar
Problem: Using old C style comments. Solution: Use // comments where appropriate.
2019-12-05patch 8.1.2391: cannot build when __QNXNTO__ is definedv8.1.2391Bram Moolenaar
Problem: Cannot build when __QNXNTO__ is defined. (Ian Wayne Larson) Solution: Move the check for "qansi". (Ken Takata, closes #5317)
2019-12-05patch 8.1.2390: test94 is old style, fix 7.4.441 not testedv8.1.2390Bram Moolenaar
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)
2019-12-04patch 8.1.2389: using old C style commentsv8.1.2389Bram Moolenaar
Problem: Using old C style comments. Solution: Use // comments where appropriate.
2019-12-04patch 8.1.2388: using old C style commentsv8.1.2388Bram Moolenaar
Problem: Using old C style comments. Solution: Use // comments where appropriate.
2019-12-04patch 8.1.2387: using old C style commentsv8.1.2387Bram Moolenaar
Problem: Using old C style comments. Solution: Use // comments where appropriate.
2019-12-04patch 8.1.2386: 'wincolor' is not used for 'listchars'v8.1.2386Bram Moolenaar
Problem: 'wincolor' is not used for 'listchars'. Solution: Combine the colors. (closes #5308)
2019-12-04patch 8.1.2385: opening cmdline window with feedkeys() does not workv8.1.2385Bram Moolenaar
Problem: Opening cmdline window with feedkeys() does not work. (Yegappan Lakshmanan) Solution: Recognize K_CMDWIN also when ex_normal_busy is set.
2019-12-03patch 8.1.2384: test 48 is old stylev8.1.2384Bram Moolenaar
Problem: Test 48 is old style. Solution: Merge test cases into new style test. (Yegappan Lakshmanan, closes #5307)
2019-12-03Update a few runtime filesBram Moolenaar
2019-12-02patch 8.1.2383: using old C style commentsv8.1.2383Bram Moolenaar
Problem: Using old C style comments. Solution: Use // comments where appropriate.
2019-12-02patch 8.1.2382: MS-Windows: When using VTP bold+inverse doesn't workv8.1.2382Bram Moolenaar
Problem: MS-Windows: When using VTP bold+inverse doesn't work. Solution: Compare with the default colors. (Nobuhiro Takasaki, closes #5303)
2019-12-02patch 8.1.2381: not all register related code is covered by testsv8.1.2381Bram Moolenaar
Problem: Not all register related code is covered by tests. Solution: Add more test cases. (Yegappan Lakshmanan, closes #5301)
2019-12-01patch 8.1.2380: using old C style commentsv8.1.2380Bram Moolenaar
Problem: Using old C style comments. Solution: Use // comments where appropriate.
2019-12-01patch 8.1.2379: using old C style commentsv8.1.2379Bram Moolenaar
Problem: Using old C style comments. Solution: Use // comments where appropriate.
2019-12-01patch 8.1.2378: using old C style commentsv8.1.2378Bram Moolenaar
Problem: Using old C style comments. Solution: Use // comments where appropriate.
2019-12-01patch 8.1.2377: GUI: when losing focus a pending operator is executedv8.1.2377Bram Moolenaar
Problem: GUI: when losing focus a pending operator is executed. Solution: Do not execute an operator when getting K_IGNORE. (closes #5300)
2019-12-01patch 8.1.2376: preprocessor indents are incorrectv8.1.2376Bram Moolenaar
Problem: Preprocessor indents are incorrect. Solution: Fix the indents. (Ken Takata, closes #5298)
2019-12-01patch 8.1.2375: no suffucient testing for registersv8.1.2375Bram Moolenaar
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.