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

Skip to content

Tags: raymond-w-ko/vim

Tags

v7.4.827

Toggle v7.4.827's commit message
patch 7.4.827

Problem:    Not all test targets are in the Makefile.
Solution:   Add the missing targets.

v7.4.826

Toggle v7.4.826's commit message
patch 7.4.826

Problem:    Compiler warnings and errors.
Solution:   Make it build properly without the multi-byte feature.

v7.4.825

Toggle v7.4.825's commit message
patch 7.4.825

Problem:    Invalid memory access for ":syn keyword x a[".
Solution:   Do not skip over the NUL. (Dominique Pelle)

v7.4.824

Toggle v7.4.824's commit message
patch 7.4.824

Problem:    Can't compile without the multi-byte feature. (John Marriott)
Solution:   Add #ifdef.

v7.4.823

Toggle v7.4.823's commit message
patch 7.4.823

Problem:    Cursor moves after CTRL-A on alphabetic character.
Solution:   (Hirohito Higashi, test by Christian Brabandt)

v7.4.822

Toggle v7.4.822's commit message
patch 7.4.822

Problem:    More problems reported by coverity.
Solution:   Avoid the warnings. (Christian Brabandt)

v7.4.821

Toggle v7.4.821's commit message
patch 7.4.821

Problem:    Coverity reports a few problems.
Solution:   Avoid the warnings. (Christian Brabandt)

v7.4.820

Toggle v7.4.820's commit message
patch 7.4.820

Problem:    Invalid memory access in file_pat_to_reg_pat.
Solution:   Avoid looking before the start of a string. (Dominique Pelle)

v7.4.819

Toggle v7.4.819's commit message
patch 7.4.819

Problem:    Beeping when running the tests.
Solution:   Fix 41 beeps. (Roland Eggner)

v7.4.818

Toggle v7.4.818's commit message
patch 7.4.818

Problem:    'linebreak' breaks c% if the last Visual selection was block.
            (Chris Morganiser, Issue 389)
Solution:   Handle Visual block mode differently. (Christian Brabandt)