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

Skip to content

Tags: matxpg/vim

Tags

v7.4.2042

Toggle v7.4.2042's commit message
patch 7.4.2042

Problem:    GTK: display updating is not done properly and can be slow.
Solution:   Use gdk_display_flush() instead of gdk_display_sync(). Don't call
            gdk_window_process_updates().  (Kazunobu Kuriyama)

v7.4.2041

Toggle v7.4.2041's commit message
patch 7.4.2041

Problem:    Netbeans file authentication not tested.
Solution:   Add a test.

v7.4.2040

Toggle v7.4.2040's commit message
patch 7.4.2040

Problem:    New files missing from distribution.
Solution:   Add new test scripts.

v7.4.2039

Toggle v7.4.2039's commit message
patch 7.4.2039

Problem:    The Netbeans integration is not tested.
Solution:   Add a first Netbeans test.

v7.4.2038

Toggle v7.4.2038's commit message
patch 7.4.2038

Problem:    Small build still fails.
Solution:   Adjust more #ifdefs.

v7.4.2037

Toggle v7.4.2037's commit message
patch 7.4.2037

Problem:    Small build fails.
Solution:   Adjust #ifdefs.

v7.4.2036

Toggle v7.4.2036's commit message
patch 7.4.2036

Problem:    Looking up a buffer by number is slow if there are many.
Solution:   Use a hashtab.

v7.4.2035

Toggle v7.4.2035's commit message
patch 7.4.2035

Problem:    On Solaris with ZFS the ACL may get removed.
Solution:   Always restore the ACL for Solaris ZFS. (Danek Duvall)

v7.4.2034

Toggle v7.4.2034's commit message
patch 7.4.2034

Problem:    Build fails with some version of MinGW. (illusorypan)
Solution:   Recognize mingw32. (Ken Takata, closes vim#921)

v7.4.2033

Toggle v7.4.2033's commit message
patch 7.4.2033

Problem:    'cscopequickfix' option does not accept new value "a".
Solution:   Adjust list of command characters. (Ken Takata)