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

Skip to content

Tags: serotonyn/vim

Tags

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.

v8.0.1323

Toggle v8.0.1323's commit message
patch 8.0.1323: mouse events in a terminal window may cause endless loop

Problem:    Mouse events in a terminal window may cause endless loop.
Solution:   Adjust position computation.  Don't stuff a mouse event when
            coming from normal_cmd().

v8.0.1322

Toggle v8.0.1322's commit message
patch 8.0.1322: textformat test isn't run

Problem:    Textformat test isn't run. (Yegappan Lakshmanan)
Solution:   Add target to the list of tests.

v8.0.1321

Toggle v8.0.1321's commit message
patch 8.0.1321: can't build huge version with Athena

Problem:    Can't build huge version with Athena. (Mark Kelly)
Solution:   Move including beval.h to before structs.h. Include beval.pro like
            other proto files.