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

Skip to content

Tags: Arhzi/vim

Tags

v8.0.1333

Toggle v8.0.1333's commit message
patch 8.0.1333: some tests are run twice

Problem:    Some tests are run twice.
Solution:   Invoked most utf8 tests only from test_alot_utf8. (Yegappan
            Lakshmanan, closes vim#2369)

v8.0.1332

Toggle v8.0.1332's commit message
patch 8.0.1332: highlighting in quickfix window could be better

Problem:    Highlighting in quickfix window could be better. (Axel Bender)
Solution:   Use the qfSeparator highlight item. (Yegappan Lakshmanan)

v8.0.1331

Toggle v8.0.1331's commit message
patch 8.0.1331: possible crash when window can be zero lines high

Problem:    Possible crash when window can be zero lines high. (Joseph
            Dornisch)
Solution:   Only set w_fraction if the window is at least two lines high.

v8.0.1330

Toggle v8.0.1330's commit message
patch 8.0.1330: MS-Windows: job in terminal can't get back to Vim

Problem:    MS-Windows: job in terminal can't get back to Vim.
Solution:   set VIM_SERVERNAME in the environment. (Yasuhiro Matsumoto, closes
            vim#2360)

v8.0.1329

Toggle v8.0.1329's commit message
patch 8.0.1329: when a flaky test fails it also often fails the secon…

…d time

Problem:    When a flaky test fails it also often fails the second time.
Solution:   Sleep a couple of seconds before the second try.

v8.0.1328

Toggle v8.0.1328's commit message
patch 8.0.1328: trouble when using ":term ++close" with autocmd

Problem:    Trouble when using ":term ++close" with autocmd. (Gabriel Barta)
Solution:   Use aucmd_prepbuf() and aucmd_restbuf() instead of setting curbuf.
            (closes vim#2339)

v8.0.1327

Toggle v8.0.1327's commit message
patch 8.0.1327: new proto file missing from distribution

Problem:    New proto file missing from distribution.
Solution:   Add it. (closes vim#2355)

v8.0.1326

Toggle v8.0.1326's commit message
patch 8.0.1326: largefile test fails on CI, glob test on MS-Windows

Problem:    Largefile test fails on CI, glob test on MS-Windows.
Solution:   Remove largefile test from list of all tests. Don't run
            Test_glob() on non-unix systems.  More cleanup. (Yegappan
            Lakshmanan, closes vim#2354)

v8.0.1325

Toggle v8.0.1325's commit message
patch 8.0.1325: more tests are not run

Problem:    More tests are not run.
Solution:   Add targets to the list of tests. (Yegappan Lakshmanan)

v8.0.1324

Toggle v8.0.1324's commit message
patch 8.0.1324: some xterm sends different mouse move codes

Problem:    Some xterm sends different mouse move codes.
Solution:   Also accept 0x80 as a move event.