summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-10-11Updated runtime files.Bram Moolenaar
2016-10-09patch 8.0.0027Bram Moolenaar
Problem: A channel is closed when reading on stderr or stdout fails, but there may still be something to read on another part. Solution: Turn ch_to_be_closed into a bitfield. (Ozaki Kiichi)
2016-10-09patch 8.0.0026Bram Moolenaar
Problem: Error format with %W, %C and %Z does not work. (Gerd Wachsmuth) Solution: Skip code when qf_multiignore is set. (Lcd)
2016-10-09patch 8.0.0025Bram Moolenaar
Problem: Inconsistent use of spaces vs tabs in gd test. Solution: Use tabs. (Anton Lindqvist)
2016-10-09patch 8.0.0024Bram Moolenaar
Problem: When the netbeans channel closes, "DETACH" is put in the output part. (Ozaki Kiichi) Solution: Write "DETACH" in the socket part.
2016-10-08patch 8.0.0023Bram Moolenaar
Problem: "gd" and "gD" may find a match in a comment or string. Solution: Ignore matches in comments and strings. (Anton Lindqvist)
2016-10-03patch 8.0.0022Bram Moolenaar
Problem: If a channel in NL mode is missing the NL at the end the remaining characters are dropped. Solution: When the channel is closed use the remaining text. (Ozaki Kiichi)
2016-10-02patch 8.0.0021Bram Moolenaar
Problem: In the GUI when redrawing the cursor it may be on the second half of a double byte character. Solution: Correct the cursor column. (Yasuhiro Matsumoto)
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".