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

Skip to content

Tags: kevinch2008/vim-1

Tags

v7.4.884

Toggle v7.4.884's commit message
patch 7.4.884

Problem:    Travis also builds on a tag push.
Solution:   Filter out tag pushes. (Kenichi Ito)

v7.4.883

Toggle v7.4.883's commit message
patch 7.4.883

Problem:    Block-mode replace works characterwise instead of blockwise after
            column 147. (Issue vim#422)
Solution:   Set Visual mode. (Christian Brabandt)

v7.4.882

Toggle v7.4.882's commit message
patch 7.4.882

Problem:    When leaving the command line window with CTRL-C while a
            completion menu is displayed the menu isn't removed.
Solution:   Force a screen update. (Hirohito Higashi)

v7.4.881

Toggle v7.4.881's commit message
patch 7.4.881

Problem:    Test 49 fails.
Solution:   Add line number to check of call stack.

v7.4.880

Toggle v7.4.880's commit message
patch 7.4.880

Problem:    No build and coverage status.
Solution:   Add links to the README file. (Christian Brabandt)

v7.4.879

Toggle v7.4.879's commit message
patch 7.4.879

Problem:    Can't see line numbers in nested function calls.
Solution:   Add line number to the file name. (Alberto Fanjul)

v7.4.878

Toggle v7.4.878's commit message
patch 7.4.878

Problem:    Coverity error for clearing only one byte of struct.
Solution:   Clear the whole struct. (Dominique Pelle)

v7.4.877

Toggle v7.4.877's commit message
patch 7.4.877

Problem:    ":find" sometimes fails. (Excanoe)
Solution:   Compare current characters instead of previous ones.

v7.4.876

Toggle v7.4.876's commit message
patch 7.4.876

Problem:    Windows7: when using vim.exe with msys or msys2, conhost.exe
            (console window provider on Windows7) will freeze or crash.
Solution:   Make original screen buffer active, before executing external
            program.  And when the program is finished, revert to vim's one.
            (Taro Muraoka)

v7.4.875

Toggle v7.4.875's commit message
patch 7.4.875

Problem:    Not obvious how to contribute.
Solution:   Add a remark about CONTRIBUTING.md to README.md