diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-01-04 12:13:05 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-01-04 12:13:05 +0100 |
commit | 7f68203168aeb22fcf8a5a9680503fe16759ebd4 (patch) | |
tree | 80593ea91eb9455a77c82d154b20da4327a2d4cf /src/testdir/test_wordcount.in | |
parent | 2d6c8002729821acc54a4de41d5c5f3d50594973 (diff) | |
download | vim-git-7f68203168aeb22fcf8a5a9680503fe16759ebd4.tar.gz |
patch 7.4.1047v7.4.1047
Problem: Tests fail on MS-Windows.
Solution: Set 'selection' to inclusive.
Diffstat (limited to 'src/testdir/test_wordcount.in')
-rw-r--r-- | src/testdir/test_wordcount.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/test_wordcount.in b/src/testdir/test_wordcount.in index b2db50530..449545bab 100644 --- a/src/testdir/test_wordcount.in +++ b/src/testdir/test_wordcount.in @@ -4,6 +4,7 @@ STARTTEST :so small.vim :so mbyte.vim :set enc=utf8 +:set selection=inclusive :new :fu DoRecordWin(...) : wincmd k |