aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2016-05-12 01:08:36 -0400
committerJustin M. Keyes <justinkz@gmail.com>2016-05-12 01:08:36 -0400
commita524200ca706d77b1519759225f73f684280b466 (patch)
tree6027c4420baec58a3f5afb57b43c540505f9c520 /test
parentaa8ccef719cc84469aeb50ce04685163b8e715c1 (diff)
parent1c4989c2a32b07ef5a87449be87ceab8b0f6a2e7 (diff)
downloadrneovim-a524200ca706d77b1519759225f73f684280b466.tar.gz
rneovim-a524200ca706d77b1519759225f73f684280b466.tar.bz2
rneovim-a524200ca706d77b1519759225f73f684280b466.zip
Merge pull request #4729 from jbradaric/vim-7.4.1047
vim-patch 7.4.1047, 7.4.1048, 7.4.1049
Diffstat (limited to 'test')
-rw-r--r--test/functional/legacy/wordcount_spec.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/functional/legacy/wordcount_spec.lua b/test/functional/legacy/wordcount_spec.lua
index 63787a59d3..ba7be8f21b 100644
--- a/test/functional/legacy/wordcount_spec.lua
+++ b/test/functional/legacy/wordcount_spec.lua
@@ -9,6 +9,10 @@ describe('wordcount', function()
before_each(clear)
it('is working', function()
+ execute('set selection=inclusive')
+ execute('fileformat=unix')
+ execute('fileformats=unix')
+
insert([=[
RESULT test:]=])