Skip to content

Tags: invisiblek/vim

Tags

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.

v7.4.931

Toggle v7.4.931's commit message
patch 7.4.931

Problem:    Test 94 fails on some systems.
Solution:   Set 'encoding' to utf-8.

v7.4.930

Toggle v7.4.930's commit message
patch 7.4.930

Problem:    MS-Windows: Most users appear not to like the window border.
Solution:   Remove WS_EX_CLIENTEDGE. (Ian Halliday)