comparison src/testdir/test_alot.vim @ 7358:6fbeef3b65e6 v7.4.984

commit https://github.com/vim/vim/commit/ad4d8a192abf44b89371af87d70b971cd654b799 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Dec 28 19:20:36 2015 +0100 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.
author Christian Brabandt <cb@256bit.org>
date Mon, 28 Dec 2015 19:30:04 +0100
parents 979f8a595326
children 779a7c14c795
comparison
equal deleted inserted replaced
7357:f14b5b957521 7358:6fbeef3b65e6
1 " A series of tests that can run in one Vim invocation. 1 " A series of tests that can run in one Vim invocation.
2 " This makes testing go faster, since Vim doesn't need to restart. 2 " This makes testing go faster, since Vim doesn't need to restart.
3 3
4 source test_lispwords.vim 4 source test_lispwords.vim
5 source test_searchpos.vim
5 source test_sort.vim 6 source test_sort.vim
6 source test_undolevels.vim 7 source test_undolevels.vim