Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: wsdjeg/vim

Tags

v8.0.0032

Toggle v8.0.0032's commit message
patch 8.0.0032

Problem:    Tests may change the input file when something goes wrong.
Solution:   Avoid writing the input file.

v8.0.0031

Toggle v8.0.0031's commit message
patch 8.0.0031

Problem:    After ":bwipeout" 'fileformat' is not set to the right default.
Solution:   Get the default from 'fileformats'. (Mike Williams)

v8.0.0030

Toggle v8.0.0030's commit message
patch 8.0.0030

Problem:    Mouse mode is not automatically detected for tmux.
Solution:   Check for 'term' to be "tmux". (Michael Henry)

v8.0.0029

Toggle v8.0.0029's commit message
patch 8.0.0029

Problem:    Code for MS-Windows is complicated because of the exceptions for
            old systems.
Solution:   Drop support for MS-Windows older than Windows XP. (Ken Takata)

v8.0.0028

Toggle v8.0.0028's commit message
patch 8.0.0028

Problem:    Superfluous semicolons.
Solution:   Remove them. (Ozaki Kiichi)

v8.0.0027

Toggle v8.0.0027's commit message
patch 8.0.0027

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)

v8.0.0026

Toggle v8.0.0026's commit message
patch 8.0.0026

Problem:    Error format with %W, %C and %Z does not work. (Gerd Wachsmuth)
Solution:   Skip code when qf_multiignore is set. (Lcd)

v8.0.0025

Toggle v8.0.0025's commit message
patch 8.0.0025

Problem:    Inconsistent use of spaces vs tabs in gd test.
Solution:   Use tabs. (Anton Lindqvist)

v8.0.0024

Toggle v8.0.0024's commit message
patch 8.0.0024

Problem:    When the netbeans channel closes, "DETACH" is put in the output
            part. (Ozaki Kiichi)
Solution:   Write "DETACH" in the socket part.

v8.0.0023

Toggle v8.0.0023's commit message
patch 8.0.0023

Problem:    "gd" and "gD" may find a match in a comment or string.
Solution:   Ignore matches in comments and strings. (Anton Lindqvist)