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

Skip to content

Tags: zmole945/vim

Tags

v8.0.1184

Toggle v8.0.1184's commit message
patch 8.0.1184: the :marks command is not tested

Problem:    The :marks command is not tested.
Solution:   Add a test. (Dominique Pelle, closes vim#2197)

v8.0.1183

Toggle v8.0.1183's commit message
patch 8.0.1183: MS-Windows build instructions are outdated

Problem:    MS-Windows build instructions are outdated.
Solution:   Update instructions for MSVC 2015.  Update the build script.

v8.0.1182

Toggle v8.0.1182's commit message
patch 8.0.1182: cannot see or change mzscheme dll name

Problem:    Cannot see or change mzscheme dll name.
Solution:   Add 'mzschemedll' and 'mzschemegcdll'.

v8.0.1181

Toggle v8.0.1181's commit message
patch 8.0.1181: tests using Vim command fail on MS-Windows

Problem:    Tests using Vim command fail on MS-Windows.
Solution:   Do not add quotes around the Vim command.

v8.0.1180

Toggle v8.0.1180's commit message
patch 8.0.1180: MS-Windows testclean target deletes the color script

Problem:    MS-Windows testclean target deletes the color script.
Solution:   Rename the script file.

v8.0.1179

Toggle v8.0.1179's commit message
patch 8.0.1179: Test_popup_and_window_resize() does not always pass

Problem:    Test_popup_and_window_resize() does not always pass.
Solution:   Do not use $VIMPROG, pass the Vim executable in the vimcmd file.
            (Ozaki Kiichi, closes vim#2186)

v8.0.1178

Toggle v8.0.1178's commit message
patch 8.0.1178: using old compiler on MS-Windows

Problem:    Using old compiler on MS-Windows.
Solution:   Switch default build on MS-Windows to use MSVC 2015. (Ken Takata)

v8.0.1177

Toggle v8.0.1177's commit message
patch 8.0.1177: in a terminal window the popup menu is not cleared

Problem:    In a terminal window the popup menu is not cleared. (Gerry
            Agbobada)
Solution:   Redraw when SOME_VALID is used instead of NOT_VALID. (closes
            vim#2194)

v8.0.1176

Toggle v8.0.1176's commit message
patch 8.0.1176: job_start() does not handle quote and backslash corre…

…ctly

Problem:    Job_start() does not handle quote and backslash correctly.
Solution:   Remove quotes, recognize and remove backslashes.

v8.0.1175

Toggle v8.0.1175's commit message
patch 8.0.1175: build failure without +termresponse

Problem:    Build failure without +termresponse.
Solution:   Add #ifdef.