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

Skip to content

Tags: derekwyatt/vim

Tags

v7.4.2235

Toggle v7.4.2235's commit message
patch 7.4.2235

Problem:    submatch() does not check for a valid argument.
Solution:   Give an error if the argument is out of range. (Dominique Pelle)

v7.4.2234

Toggle v7.4.2234's commit message
patch 7.4.2234

Problem:    Can't build with +eval but without +quickfix. (John Marriott)
Solution:   Move skip_vimgrep_pat() to separate #ifdef block.

v7.4.2233

Toggle v7.4.2233's commit message
patch 7.4.2233

Problem:    Crash when using funcref() with invalid name. (Dominique Pelle)
Solution:   Check for NULL translated name.

v7.4.2232

Toggle v7.4.2232's commit message
patch 7.4.2232

Problem:    The default ttimeoutlen is very long.
Solution:   Use "100". (Hirohito Higashi)

v7.4.2231

Toggle v7.4.2231's commit message
patch 7.4.2231

Problem:    ":oldfiles" output is a very long list.
Solution:   Add a pattern argument. (Coot, closes vim#575)

v7.4.2230

Toggle v7.4.2230's commit message
patch 7.4.2230

Problem:    There is no equivalent of 'smartcase' for a tag search.
Solution:   Add value "followscs" and "smart" to 'tagcase'. (Christian
            Brabandt, closes vim#712) Turn tagcase test into new style.

v7.4.2229

Toggle v7.4.2229's commit message
patch 7.4.2229

Problem:    Startup test fails on Solaris.
Solution:   Recognize a character device. (Danek Duvall)

v7.4.2228

Toggle v7.4.2228's commit message
patch 7.4.2228

Problem:    Test files have inconsistant modelines.
Solution:   Don't set 'tabstop' to 2, use 'sts' and 'sw'.

v7.4.2227

Toggle v7.4.2227's commit message
patch 7.4.2227

Problem:    Tab page tests are old style.
Solution:   Change into new style tests. (Hirohito Higashi)

v7.4.2226

Toggle v7.4.2226's commit message
patch 7.4.2226

Problem:    The field names used by getbufinfo(), gettabinfo() and
            getwininfo() are not consistent.
Solution:   Use bufnr, winnr and tabnr. (Yegappan Lakshmanan)