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

Skip to content

Tags: rushgun/vim

Tags

v7.4.2198

Toggle v7.4.2198's commit message
patch 7.4.2198

Problem:    Test alot sometimes fails under valgrind. (Dominique Pelle)
Solution:   Avoid passing a callback with the wrong number of arguments.

v7.4.2197

Toggle v7.4.2197's commit message
patch 7.4.2197

Problem:    All functions are freed on exit, which may hide leaks.
Solution:   Only free named functions, not reference counted ones.

v7.4.2196

Toggle v7.4.2196's commit message
patch 7.4.2196

Problem:    glob2regpat test doesn't test everything on MS-Windows.
Solution:   Add patterns with backslash handling.

v7.4.2195

Toggle v7.4.2195's commit message
patch 7.4.2195

Problem:    MS-Windows: The vimrun program does not support Unicode.
Solution:   Use GetCommandLineW().  Cleanup old #ifdefs. (Ken Takata)

v7.4.2194

Toggle v7.4.2194's commit message
patch 7.4.2194

Problem:    Sign tests don't cover enough.
Solution:   Add more test cases. (Dominique Pelle)

v7.4.2193

Toggle v7.4.2193's commit message
patch 7.4.2193

Problem:    With Gnome when the GUI can't start test_startup hangs.
Solution:   Call gui_mch_early_init_check(). (Hirohito Higashi)

v7.4.2192

Toggle v7.4.2192's commit message
patch 7.4.2192

Problem:    Generating prototypes with Cygwin doesn't work well.
Solution:   Change #ifdefs. (Ken Takata)

v7.4.2191

Toggle v7.4.2191's commit message
patch 7.4.2191

Problem:    No automatic prototype for vim_main2().
Solution:   Move the #endif. (Ken Takata)

v7.4.2190

Toggle v7.4.2190's commit message
patch 7.4.2190

Problem:    When startup test fails it's not easy to find out why.
            GUI test fails with Gnome.
Solution:   Add the help entry matches to a list an assert that.
            Set $HOME for Gnome to create .gnome2 directory.

v7.4.2189

Toggle v7.4.2189's commit message
patch 7.4.2189

Problem:    Cannot detect encoding in a fifo.
Solution:   Extend the stdin way of detecting encoding to fifo.  Add a test
            for detecting encoding on stdin and fifo. (Ken Takata)