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

Skip to content

Tags: alok/vim

Tags

v8.0.1118

Toggle v8.0.1118's commit message
patch 8.0.1118: FEAT_WINDOWS adds a lot of #ifdefs

Problem:    FEAT_WINDOWS adds a lot of #ifdefs while it is nearly always
            enabled and only adds 7% to the binary size of the tiny build.
Solution:   Graduate FEAT_WINDOWS.

v8.0.1117

Toggle v8.0.1117's commit message
patch 8.0.1117: Test_terminal_no_cmd hangs on MS-Windows with GUI

Problem:    Test_terminal_no_cmd hangs on MS-Windows with GUI. (Christian
            Brabandt)
Solution:   Run the command with "start" and wait for the text to appear.
            (micbou, closes vim#2096)

v8.0.1116

Toggle v8.0.1116's commit message
patch 8.0.1116: terminal test fails on MS-Windows

Problem:    Terminal test fails on MS-Windows.
Solution:   Wait for the text to appear. (micbou, closes vim#2097)

v8.0.1115

Toggle v8.0.1115's commit message
patch 8.0.1115: crash when using foldtextresult() recursively

Problem:    Crash when using foldtextresult() recursively.
Solution:   Avoid recursive calls. (Yasuhiro Matsumoto, closes vim#2098)

v8.0.1114

Toggle v8.0.1114's commit message
patch 8.0.1114: default for 'iminsert' is annoying

Problem:    Default for 'iminsert' is annoying.
Solution:   Make the default always zero. (Yasuhiro Matsumoto, closes vim#2071)

v8.0.1113

Toggle v8.0.1113's commit message
patch 8.0.1113: can go to Insert mode from Terminal-Normal mode

Problem:    Can go to Insert mode from Terminal-Normal mode.
Solution:   Prevent :startinsert and "VA" to enter Insert mode. (Yasuhiro
            Matsumoto, closes vim#2092)

v8.0.1112

Toggle v8.0.1112's commit message
patch 8.0.1112: can't get size or current index from quickfix list

Problem:    Can't get size or current index from quickfix list.
Solution:   Add "idx" and "size" options. (Yegappan Lakshmanan)

v8.0.1111

Toggle v8.0.1111's commit message
patch 8.0.1111: syntax error in configure when using Perl

Problem:    Syntax error in configure when using Perl.
Solution:   Add missing quote

v8.0.1110

Toggle v8.0.1110's commit message
patch 8.0.1110: FORTIFY_SOURCE from Perl causes problems

Problem:    FORTIFY_SOURCE from Perl causes problems. (Scott Baker)
Solution:   Filter out the flag. (Christian Brabandt, closes vim#2068)

v8.0.1109

Toggle v8.0.1109's commit message
patch 8.0.1109: timer causes error on exit from Ex mode

Problem:    Timer causes error on exit from Ex mode. (xtal8)
Solution:   save and restore the ex_pressedreturn flag. (Christian Brabandt,
            closes vim#2079)