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

Skip to content

Tags: hbcbh1999/vim

Tags

v8.0.0000

Toggle v8.0.0000's commit message
Vim 8.0 release

v7.4.2367

Toggle v7.4.2367's commit message
patch 7.4.2367

Problem:    Test runner misses a comma.
Solution:   Add the comma.

v7.4.2366

Toggle v7.4.2366's commit message
patch 7.4.2366

Problem:    MS-Windows gvim.exe does not have DirectX support.
Solution:   Add the DIRECTX to the script.

v7.4.2365

Toggle v7.4.2365's commit message
patch 7.4.2365

Problem:    Needless line break. Confusing directory name.
Solution:   Remove line break.  Prepend "../" to "tools".

v7.4.2364

Toggle v7.4.2364's commit message
patch 7.4.2364

Problem:    Sort test sometimes fails.
Solution:   Add it to the list of flaky tests.

v7.4.2363

Toggle v7.4.2363's commit message
patch 7.4.2363

Problem:    Superfluous function prototypes.
Solution:   Remove them.

v7.4.2362

Toggle v7.4.2362's commit message
patch 7.4.2362

Problem:    Illegal memory access with ":1@". (Dominique Pelle)
Solution:   Correct cursor column after setting the line number.  Also avoid
            calling end_visual_mode() when not in Visual mode.

v7.4.2361

Toggle v7.4.2361's commit message
patch 7.4.2361

Problem:    Checking for last_timer_id to overflow is not reliable. (Ozaki
            Kiichi)
Solution:   Check for the number not going up.

v7.4.2360

Toggle v7.4.2360's commit message
patch 7.4.2360

Problem:    Invalid memory access when formatting. (Dominique Pelle)
Solution:   Make sure cursor line and column are associated.

v7.4.2359

Toggle v7.4.2359's commit message
patch 7.4.2359

Problem:    Memory leak in timer_start().
Solution:   Check the right field to be NULL.