]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.984 v7.4.984
authorBram Moolenaar <Bram@vim.org>
Mon, 28 Dec 2015 18:20:36 +0000 (19:20 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 28 Dec 2015 18:20:36 +0000 (19:20 +0100)
commitad4d8a192abf44b89371af87d70b971cd654b799
treead7554b6a90c075cd2722259604c812842c22c7c
parenta60824308cd9bc192c5d38fc16cccfcf652b40f6
patch 7.4.984
Problem:    searchpos() always starts searching in the first column, which is
            not what some people expect. (Brett Stahlman)
Solution:   Add the 'z' flag: start at the specified column.
runtime/doc/eval.txt
src/eval.c
src/search.c
src/testdir/test_alot.vim
src/testdir/test_searchpos.vim [new file with mode: 0644]
src/version.c
src/vim.h