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

Skip to content

Tags: iamduyu/vim

Tags

v7.4.1090

Toggle v7.4.1090's commit message
patch 7.4.1090

Problem:    No tests for :hardcopy and related options.
Solution:   Add test_hardcopy.

v7.4.1089

Toggle v7.4.1089's commit message
patch 7.4.1089

Problem:    Repeating CTRL-A doesn't work.
Solution:   Call prep_redo_cmd(). (Hirohito Higashi)

v7.4.1088

Toggle v7.4.1088's commit message
patch 7.4.1088

Problem:    Coverity warns for uninitialized variables.  Only one is an actual
            problem.
Solution:   Move the conditions.  Don't use endpos if handling an error.

v7.4.1087

Toggle v7.4.1087's commit message
patch 7.4.1087

Problem:    CTRL-A and CTRL-X do not work properly with blockwise visual
            selection if there is a mix of Tab and spaces.
Solution:   Add OP_NR_ADD and OP_NR_SUB. (Hirohito Higashi)

v7.4.1086

Toggle v7.4.1086's commit message
patch 7.4.1086

Problem:    Crash with an extremely long buffer name.
Solution:   Limit the return value of vim_snprintf(). (Dominique Pelle)

v7.4.1085

Toggle v7.4.1085's commit message
patch 7.4.1085

Problem:    The CTRL-A and CTRL-X commands do not update the '[ and '] marks.
Solution:   (Yukihiro Nakadaira)

v7.4.1084

Toggle v7.4.1084's commit message
patch 7.4.1084

Problem:    Using "." to repeat CTRL-A in Visual mode increments the wrong
            numbers.
Solution:   Append right size to the redo buffer. (Ozaki Kiichi)

v7.4.1083

Toggle v7.4.1083's commit message
patch 7.4.1083

Problem:    Building GvimExt with VS2015 may fail.
Solution:   Adjust the makefile. (Mike Williams)

v7.4.1082

Toggle v7.4.1082's commit message
patch 7.4.1082

Problem:    The Tcl interface is always skipping memory free on exit.
Solution:   Only skip for dynamically loaded Tcl.

v7.4.1081

Toggle v7.4.1081's commit message
patch 7.4.1081

Problem:    No test for what previously caused a crash.
Solution:   Add test for unletting errmsg.