summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2018-09-06patch 8.1.0350: Vim may block on ch_sendraw()v8.1.0350Bram Moolenaar
Problem: Vim may block on ch_sendraw() when the job is sending data back to Vim, which isn't read yet. (Nate Bosch) Solution: Add the "noblock" option to job_start(). (closes #2548)
2018-09-06patch 8.1.0349: crash when wiping buffer in a callbackv8.1.0349Bram Moolenaar
Problem: Crash when wiping buffer in a callback. Solution: Do not handle messages when only peeking for a character. (closes #2107) Add "redraw_flag" to test_override().
2018-09-05patch 8.1.0348: on Travis the slowest build is run lastv8.1.0348Bram Moolenaar
Problem: On Travis the slowest build is run last. (Dominique Pelle) Solution: Reorder the build entries.
2018-09-03patch 8.1.0347: some tests fail on Solarisv8.1.0347Bram Moolenaar
Problem: Some tests fail on Solaris. Solution: Skip writefile test. Fix path to libc.so. Improve test for Turkish case change. (Libor Bukata, Bjorn Linse, closes #3403)
2018-09-02Update runtime files.Bram Moolenaar
2018-09-02patch 8.1.0346: building with Aap is outdated and unusedv8.1.0346Bram Moolenaar
Problem: Building with Aap is outdated and unused. Solution: Remove the Aap build files.
2018-09-02patch 8.1.0345: cannot get the window id associated with the location listv8.1.0345Bram Moolenaar
Problem: Cannot get the window id associated with the location list. Solution: Add the "filewinid" argument to getloclist(). (Yegappan Lakshmanan, closes #3202)
2018-09-02patch 8.1.0344: 'hlsearch' highlighting has a gap after /$v8.1.0344Bram Moolenaar
Problem: 'hlsearch' highlighting has a gap after /$. Solution: Remove suspicious code. (Ricky Zhou, closes #3400)
2018-09-02patch 8.1.0343: 'shellslash' is not used for getcwd() with local directoryv8.1.0343Bram Moolenaar
Problem: 'shellslash' is not used for getcwd() with local directory. (Daniel Hahler) Solution: Call slash_adjust() later. (closes #3399)
2018-09-01patch 8.1.0342: crash when a callback deletes a window that is being usedv8.1.0342Bram Moolenaar
Problem: Crash when a callback deletes a window that is being used. Solution: Do not unload a buffer that is being displayed while redrawing the screen. Also avoid invoking callbacks while redrawing. (closes #2107)
2018-08-31patch 8.1.0341: :argadd in empty buffer changes the buffer namev8.1.0341Bram Moolenaar
Problem: :argadd in empty buffer changes the buffer name. (Pavol Juhas) Solution: Don't re-use the current buffer when not going to edit the file. (closes #3397) Do re-use the current buffer for :next.
2018-08-31patch 8.1.0340: no test for :spellinfov8.1.0340Bram Moolenaar
Problem: No test for :spellinfo. Solution: Add a test. (Dominique Pelle, closes #3394)
2018-08-31patch 8.1.0339: wrong highlight when 'incsearch' set and cancelling :sv8.1.0339Bram Moolenaar
Problem: Wrong highlight when 'incsearch' set and cancelling :s. Solution: Reset search line range. (Hirohito Higashi, Masamichi Abe)
2018-08-30patch 8.1.0338: MS-Windows: VTP doesn't work properly with Powershellv8.1.0338Bram Moolenaar
Problem: MS-Windows: VTP doesn't work properly with Powershell. Solution: Adjust the color index. (Nobuhiro Takasaki, closes #3347)
2018-08-30patch 8.1.0337: :file fails in quickfix commandv8.1.0337Bram Moolenaar
Problem: :file fails in quickfix command. Solution: Allow :file without argument when curbuf_lock is set. (Jason Franklin)
2018-08-30patch 8.1.0336: mkview test still fails on CIv8.1.0336Bram Moolenaar
Problem: mkview test still fails on CI. Solution: Ignore curswant, don't see another solution.
2018-08-30patch 8.1.0335: mkview test fails on CIv8.1.0335Bram Moolenaar
Problem: mkview test fails on CI. Solution: Attempt to force recomputing curswant after folding.
2018-08-30patch 8.1.0334: 'autowrite' takes effect when buffer is not to be writtenv8.1.0334Bram Moolenaar
Problem: 'autowrite' takes effect when buffer is not to be written. Solution: Don't write buffers that are not supposed to be written. (Even Q Jones, closes #3391) Add tests for 'autowrite'.
2018-08-29patch 8.1.0333: :mkview does not restore cursor properly after "$"v8.1.0333Bram Moolenaar
Problem: :mkview does not restore cursor properly after "$". (Dominique Pelle) Solution: Position the cursor with "normal! $".
2018-08-28patch 8.1.0332: get Gdk-Critical error on first balloon showv8.1.0332Bram Moolenaar
Problem: Get Gdk-Critical error on first balloon show. Solution: Get screen geometry using the draw area widget. (Davit Samvelyan, closes #3386)
2018-08-28Update runtime files.Bram Moolenaar
2018-08-28patch 8.1.0331: insufficient test coverage for :mkview and :loadviewv8.1.0331Bram Moolenaar
Problem: Insufficient test coverage for :mkview and :loadview. Solution: Add tests. (Dominique Pelle, closes #3385)
2018-08-28patch 8.1.0330: the qf_add_entries() function is too longv8.1.0330Bram Moolenaar
Problem: The qf_add_entries() function is too long. Solution: Split in two parts. (Yegappan Lakshmanan)
2018-08-27patch 8.1.0329: using inputlist() during startup results in garbagev8.1.0329Bram Moolenaar
Problem: Using inputlist() during startup results in garbage. (Dominique Pelle) Solution: Make sure the xterm tracing is stopped when disabling the mouse.
2018-08-26patch 8.1.0328: inputlist() doesn't work with a timerv8.1.0328Bram Moolenaar
Problem: inputlist() doesn't work with a timer. (Dominique Pelle) Solution: Don't redraw when cmdline_row is zero. (Hirohito Higashi, closes #3239)
2018-08-24patch 8.1.0327: the "g CTRL-G" command isn't tested muchv8.1.0327Bram Moolenaar
Problem: The "g CTRL-G" command isn't tested much. Solution: Add more tests. (Dominique Pelle, closes #3369)
2018-08-24patch 8.1.0326: screen dump does not consider NUL and space equalv8.1.0326Bram Moolenaar
Problem: Screen dump does not consider NUL and space equal. Solution: Use temp variables instead of character from cell.
2018-08-23patch 8.1.0325: strings in swap file may not be NUL terminatedv8.1.0325Bram Moolenaar
Problem: Strings in swap file may not be NUL terminated. (Coverity) Solution: Limit the length of the used string.
2018-08-23patch 8.1.0324: off-by-one error in cmdidx checkv8.1.0324Bram Moolenaar
Problem: Off-by-one error in cmdidx check. (Coverity) Solution: Use ">=" instead of ">".
2018-08-23patch 8.1.0323: reverse order of VTP calls only needed the first timev8.1.0323Bram Moolenaar
Problem: Reverse order of VTP calls only needed the first time. Solution: Add a flag to remember the state. (Nobuhiro Takasaki, closes #3366)
2018-08-23patch 8.1.0322: Test_copy_winopt() does not restore 'hidden'v8.1.0322Bram Moolenaar
Problem: Test_copy_winopt() does not restore 'hidden'. Solution: Restore the option, fix indent. (Ozaki Kiichi, closes #3367)
2018-08-23patch 8.1.0321: 'incsearch' regression: /\v highlights everythingv8.1.0321Bram Moolenaar
Problem: 'incsearch' regression: /\v highlights everything. Solution: Put back the empty_pattern() check.
2018-08-22patch 8.1.0320: too much 'incsearch' highlight for pat matching everythingv8.1.0320Bram Moolenaar
Problem: Too much 'incsearch' highlight for pattern matching everything. Solution: Add the skiplen to the command and remove the line range. (Christian Brabandt) Check for empty pattern earlier.
2018-08-22patch 8.1.0319: bzero() function prototype doesn't work for Androidv8.1.0319Bram Moolenaar
Problem: bzero() function prototype doesn't work for Android. Solution: Add an #ifdef. (Elliott Hughes, closes #3365)
2018-08-22patch 8.1.0318: the getftype() test may fail for char devicesv8.1.0318Bram Moolenaar
Problem: The getftype() test may fail for char devices if the file disappeared in between the listing and the getftype() call. Solution: Ignore empty result. (Ozaki Kiichi, closes #3360)
2018-08-22patch 8.1.0317: Cscope test fails when using shadow directoryv8.1.0317Bram Moolenaar
Problem: Cscope test fails when using shadow directory. Solution: Resolve symlink in Vim. (James McCoy, closes #3364)
2018-08-22patch 8.1.0316: swapinfo() test fails on Travisv8.1.0316Bram Moolenaar
Problem: swapinfo() test fails on Travis. Solution: Handle a long host name. (Ozaki Kiichi, closes #3361) Also make the version check flexible. (James McCoy)
2018-08-21patch 8.1.0315: helpgrep with language doesn't work properlyv8.1.0315Bram Moolenaar
Problem: Helpgrep with language doesn't work properly. (Takuya Fujiwara) Solution: Check for the language earlier. (Hirohito Higashi)
2018-08-21patch 8.1.0314: build failure without the +eval featurev8.1.0314Bram Moolenaar
Problem: Build failure without the +eval feature. (Brenton Horne) Solution: Add #ifdef. Also add the "dirty" item.
2018-08-21patch 8.1.0313: information about a swap file is unavailablev8.1.0313Bram Moolenaar
Problem: Information about a swap file is unavailable. Solution: Add swapinfo(). (Enzo Ferber)
2018-08-21patch 8.1.0312: wrong type for flags used in signal handlersv8.1.0312Bram Moolenaar
Problem: Wrong type for flags used in signal handlers. Solution: Use sig_atomic_t. (Dominique Pelle, closes #3356)
2018-08-21patch 8.1.0311: filtering entries in a quickfix list is not easyv8.1.0311Bram Moolenaar
Problem: Filtering entries in a quickfix list is not easy. Solution: Add the cfilter plugin. (Yegappan Lakshmanan)
2018-08-21patch 8.1.0310: file info msg not always suppressed with 'F' in 'shortmess'v8.1.0310Bram Moolenaar
Problem: File info message not always suppressed with 'F' in 'shortmess'. (Asheq Imran) Solution: Save and restore msg_silent. (Christian Brabandt, closes #3221)
2018-08-21patch 8.1.0309: profiling does not show a count for condition linesv8.1.0309Bram Moolenaar
Problem: Profiling does not show a count for condition lines. (Daniel Hahler) Solution: Count lines when not skipping. (Ozaki Kiichi, closes #2499)
2018-08-21patch 8.1.0308: a quick undo shows "1 seconds ago"v8.1.0308Bram Moolenaar
Problem: A quick undo shows "1 seconds ago". (Tony Mechelynck) Solution: Add singular/plural message.
2018-08-21patch 8.1.0307: there is no good way to get the window layoutv8.1.0307Bram Moolenaar
Problem: There is no good way to get the window layout. Solution: Add the winlayout() function. (Yegappan Lakshmanan)
2018-08-21patch 8.1.0306: plural messages are not translated properlyv8.1.0306Bram Moolenaar
Problem: Plural messages are not translated properly. Solution: Add more usage of NGETTEXT(). (Sergey Alyoshin)
2018-08-21patch 8.1.0305: missing support for Lua 5.4 32 bits on Unixv8.1.0305Bram Moolenaar
Problem: Missing support for Lua 5.4 32 bits on Unix. Solution: Define lua_newuserdatauv. (Kazunobu Kuriyama)
2018-08-21patch 8.1.0304: no redraw when using a STOP signal on Vim and then CONTv8.1.0304Bram Moolenaar
Problem: No redraw when using a STOP signal on Vim and then a CONT signal. Solution: Catch the CONT signal and set the terminal to raw mode. This is like 8.1.0244 but without the screen redraw and a fix for multi-threading suggested by Dominique Pelle.
2018-08-20patch 8.1.0303: line2byte() is wrong for last line with 'noeol'v8.1.0303Bram Moolenaar
Problem: line2byte() is wrong for last line with 'noeol' and 'nofixeol'. Solution: Fix off-by-one error. (Shane Harper, closes #3351)