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

Skip to content

Tags: Milly/vim

Tags

v7.4.941

Toggle v7.4.941's commit message
patch 7.4.941

Problem:    There is no way to ignore case only for tag searches.
Solution:   Add the 'tagcase' option. (Gary Johnson)

v7.4.940

Toggle v7.4.940's commit message
patch 7.4.940

Problem:    vt52 terminal codes are not correct.
Solution:   Move entries outside of #if. (Random)  Adjustments based on
            documented codes.

v7.4.939

Toggle v7.4.939's commit message
patch 7.4.939

Problem:    Memory leak when encountering a syntax error.
Solution:   Free the memory. (Dominique Pelle)

v7.4.938

Toggle v7.4.938's commit message
patch 7.4.938

Problem:    X11 and GTK have moure mouse buttons than Vim supports.
Solution:   Recognize more mouse buttons. (Benoit Pierre, closes vim#498)

v7.4.937

Toggle v7.4.937's commit message
patch 7.4.937

Problem:    Segfault reading unitialized memory.
Solution:   Do not read match \z0, it does not exist. (Marius Gedminas, closes
            vim#497)

v7.4.936

Toggle v7.4.936's commit message
patch 7.4.936

Problem:    Crash when dragging with the mouse.
Solution:   Add safety check for NULL pointer. Check mouse position for valid
            value. (Hirohito Higashi)

v7.4.935

Toggle v7.4.935's commit message
patch 7.4.935

Problem:    test_utf8 fails on MS-Windows when executed with gvim.
Solution:   Use the insert flag on feedkeys() to put the string before the
            ":" that was already read when checking for available chars.

v7.4.934

Toggle v7.4.934's commit message
patch 7.4.934

Problem:    Appveyor also builds on a tag push.
Solution:   Add a skip_tags line. (Kenichi Ito, closes vim#489)

v7.4.933

Toggle v7.4.933's commit message
patch 7.4.933

Problem:    Crash when using longest completion match.
Solution:   Fix array index.

v7.4.932

Toggle v7.4.932's commit message
patch 7.4.932

Problem:    test_utf8 has confusing dummy command.
Solution:   Use a real command instead of a colon.