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

Skip to content

Tags: zdmar/vim

Tags

v8.0.1241

Toggle v8.0.1241's commit message
patch 8.0.1241: popup test is flaky

Problem:    Popup test is flaky. (James McCoy)
Solution:   Increase the wait time. (Dominique Pelle)

v8.0.1240

Toggle v8.0.1240's commit message
patch 8.0.1240: MS-Windows: term_start() does not support environment

Problem:    MS-Windows: term_start() does not support environment.
Solution:   Implement the environment argument. (Yasuhiro Matsumoto, closes
            vim#2264)

v8.0.1239

Toggle v8.0.1239's commit message
patch 8.0.1239: cannot use a lambda for the skip argument to searchpa…

…ir()

Problem:    Cannot use a lambda for the skip argument to searchpair().
Solution:   Evaluate a partial, funcref and lambda. (LemonBoy, closes vim#1454,
            closes vim#2265)

v8.0.1238

Toggle v8.0.1238's commit message
patch 8.0.1238: incremental search only shows one match

Problem:    Incremental search only shows one match.
Solution:   When 'incsearch' and and 'hlsearch' are both set highlight all
            matches. (haya14busa, closes vim#2198)

v8.0.1237

Toggle v8.0.1237's commit message
patch 8.0.1237: ":set scroll&" often gives an error

Problem:    ":set scroll&" often gives an error.
Solution:   Don't use a fixed default value, use half the window height. Add a
            test. (Ozaki Kiichi, closes vim#2104)

v8.0.1236

Toggle v8.0.1236's commit message
patch 8.0.1236: Mac features are confusing

Problem:    Mac features are confusing.
Solution:   Make feature names more consistent, add "osxdarwin". Rename
            feature flags, cleanup Mac code. (Kazunobu Kuriyama, closes vim#2178)

v8.0.1235

Toggle v8.0.1235's commit message
patch 8.0.1235: cannot disable the terminal feature in a huge build

Problem:    Cannot disable the terminal feature in a huge build. (lindhobe)
Solution:   Adjust the autoconf check. (Kazunobu Kuriyama, closes vim#2242)

v8.0.1234

Toggle v8.0.1234's commit message
patch 8.0.1234: MS-Windows: composing chars are not shown properly

Problem:    MS-Windows: composing characters are not shown properly.
Solution:   Pass base character and composing characters to the renderer at
            once. (Ken Takata, closes vim#2206)

v8.0.1233

Toggle v8.0.1233's commit message
patch 8.0.1233: typo in dos installer

Problem:    Typo in dos installer.
Solution:   Remove comma.

v8.0.1232

Toggle v8.0.1232's commit message
patch 8.0.1232: MS-Windows users are confused about default mappings

Problem:    MS-Windows users are confused about default mappings.
Solution:   Don't map keys in the console where they don't work.  Add a choice
            in the installer to use MS-Windows key bindings or not. (Christian
            Brabandt, Ken Takata, closes vim#2093)