summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-10-02patch 8.0.0020Bram Moolenaar
Problem: The regexp engines are not reentrant. Solution: Add regexec_T and save/restore the state when needed.
2016-10-01Updated runtime files.Bram Moolenaar
2016-09-29patch 8.0.0019Bram Moolenaar
Problem: Test_command_count is old style. Solution: Turn it into a new style test. (Naruhiko Nishino) Use more assert functions.
2016-09-29patch 8.0.0018Bram Moolenaar
Problem: When using ":sleep" channel input is not handled. Solution: When there is a channel check for input also when not in raw mode. Check every 100 msec.
2016-09-27Missing part of patch 8.0.0014Bram Moolenaar
2016-09-27patch 8.0.0017Bram Moolenaar
Problem: Cannot get the number of the current quickfix or location list. Solution: Use the current list if "nr" in "what" is zero. (Yegappan Lakshmanan) Remove debug command from test.
2016-09-26patch 8.0.0016Bram Moolenaar
Problem: Build fails. Solution: Include missing change.
2016-09-26patch 8.0.0015Bram Moolenaar
Problem: Can't tell which part of a channel has "buffered" status. Solution: Add an optional argument to ch_status(). Let ch_info() also return "buffered" for out_status and err_status.
2016-09-26patch 8.0.0014Bram Moolenaar
Problem: Crypt tests are old style. Solution: Convert to new style.
2016-09-25patch 8.0.0013Bram Moolenaar
Problem: Missing comma in list. Solution: Add the comma.
2016-09-25Updated runtime files.Bram Moolenaar
2016-09-25patch 8.0.0012Bram Moolenaar
Problem: Typos in comments. Solution: Change "its" to "it's". (Matthew Brener, closes #1088)
2016-09-25Fix patch applied twice.Bram Moolenaar
2016-09-25patch 8.0.0011Bram Moolenaar
Problem: On OSX Test_pipe_through_sort_all() sometimes fails. Solution: Add the test to the list of flaky tests.
2016-09-25patch 8.0.0010Bram Moolenaar
Problem: Crash when editing file that starts with crypt yeader. (igor2x) Solution: Check for length of text. (Christian Brabandt) Add a test.
2016-09-25patch 8.0.0009Bram Moolenaar
Problem: Unecessary workround for AppVeyor. Solution: Revert patch 7.4.990. (Christian Brabandt)
2016-09-22Updated runtime files.Bram Moolenaar
2016-09-22patch 8.0.0008Bram Moolenaar
Problem: Popup complete test is disabled. Solution: Enable the test and change the assert. (Hirohito Higashi)
2016-09-21patch 8.0.0007Bram Moolenaar
Problem: Vim 7.4 is still mentioned in a few places. Solution: Update to Vim 8. (Uncle Bill, closes #1094)
2016-09-20patch 8.0.0006Bram Moolenaar
Problem: ":lb" is interpreted as ":lbottom" while the documentation says it means ":lbuffer". Solution: Adjust the order of the commands. (haya14busa, closes #1093)
2016-09-16Updated runtime files.Bram Moolenaar
2016-09-15patch 8.0.0005Bram Moolenaar
Problem: Netbeans test fails with Python 3. (Jonathonf) Solution: Encode the string before sending it. (closes #1070)
2016-09-14patch 8.0.0004Bram Moolenaar
Problem: A string argument for function() that is not a function name results in an error message with NULL. (Christian Brabandt) Solution: Use the argument for the error message.
2016-09-12patch 8.0.0003Bram Moolenaar
Problem: getwinvar() returns wrong Value of boolean and number options, especially non big endian systems. (James McCoy) Solution: Cast the pointer to long or int. (closes #1060)
2016-09-12Update translations for intro page.Bram Moolenaar
2016-09-12patch 8.0.0002Bram Moolenaar
Problem: The netrw plugin does not work. Solution: Make it accept version 8.0.
2016-09-12patch 8.0.0001Bram Moolenaar
Problem: Intro screen still mentions version7. (Paul) Solution: Change it to version8.
2016-09-12Vim 8.0 releaseBram Moolenaar
2016-09-12patch 7.4.2367Bram Moolenaar
Problem: Test runner misses a comma. Solution: Add the comma.
2016-09-12patch 7.4.2366Bram Moolenaar
Problem: MS-Windows gvim.exe does not have DirectX support. Solution: Add the DIRECTX to the script.
2016-09-12patch 7.4.2365Bram Moolenaar
Problem: Needless line break. Confusing directory name. Solution: Remove line break. Prepend "../" to "tools".
2016-09-12A few more runtime updates.Bram Moolenaar
2016-09-11patch 7.4.2364Bram Moolenaar
Problem: Sort test sometimes fails. Solution: Add it to the list of flaky tests.
2016-09-11patch 7.4.2363Bram Moolenaar
Problem: Superfluous function prototypes. Solution: Remove them.
2016-09-11Updated runtime files, Japanese translations.Bram Moolenaar
2016-09-11patch 7.4.2362Bram Moolenaar
Problem: Illegal memory access with ":1@". (Dominique Pelle) Solution: Correct cursor column after setting the line number. Also avoid calling end_visual_mode() when not in Visual mode.
2016-09-10patch 7.4.2361Bram Moolenaar
Problem: Checking for last_timer_id to overflow is not reliable. (Ozaki Kiichi) Solution: Check for the number not going up.
2016-09-10patch 7.4.2360Bram Moolenaar
Problem: Invalid memory access when formatting. (Dominique Pelle) Solution: Make sure cursor line and column are associated.
2016-09-10patch 7.4.2359Bram Moolenaar
Problem: Memory leak in timer_start(). Solution: Check the right field to be NULL.
2016-09-09patch 7.4.2358Bram Moolenaar
Problem: Compiler warnings with Solaris Studio when using GTK3. Solution: Define FUNC2GENERIC depending on the system. (Kazunobu Kuriyama)
2016-09-09patch 7.4.2357Bram Moolenaar
Problem: Attempt to read history entry while not initialized. Solution: Skip when the index is negative.
2016-09-09patch 7.4.2356Bram Moolenaar
Problem: Reading past end of line when using previous substitute pattern. (Dominique Pelle) Solution: Don't set "pat" only set "searchstr".
2016-09-09patch 7.4.2355Bram Moolenaar
Problem: Regexp fails to match when using "\>\)\?". (Ramel) Solution: When a state is already in the list, but addstate_here() is used and the existing state comes later, add the new state anyway.
2016-09-09patch 7.4.2354Bram Moolenaar
Problem: The example that explains nested backreferences does not work properly with the new regexp engine. (Harm te Hennepe) Solution: Also save the end position when adding a state. (closes #990)
2016-09-09patch 7.4.2353Bram Moolenaar
Problem: Not enough test coverage for Normal mode commands. Solution: Add more tests. (Christian Brabandt)
2016-09-09patch 7.4.2352Bram Moolenaar
Problem: Netbeans test fails in shadow directory. Solution: Also copy README.txt to the shadow directory.
2016-09-09patch 7.4.2351Bram Moolenaar
Problem: Netbeans test fails when run from unpacked MS-Windows sources. Solution: Open README.txt instead of Makefile.
2016-09-09patch 7.4.2350Bram Moolenaar
Problem: Test 86 and 87 fail with some version of Python. Solution: Unify "can't" and "cannot". Unify quotes.
2016-09-09patch 7.4.2349Bram Moolenaar
Problem: Valgrind reports using uninitialzed memory. (Dominique Pelle) Solution: Check the length before checking for a NUL.
2016-09-09patch 7.4.2348Bram Moolenaar
Problem: Crash on exit when EXITFREE is defined. (Dominique Pelle) Solution: Don't access curwin when exiting.