aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir
diff options
context:
space:
mode:
authorwatiko <service@mail.watiko.net>2016-01-25 03:55:47 +0900
committerwatiko <service@mail.watiko.net>2016-01-28 20:52:40 +0900
commitd25a59f4d0c357fd4df4adc8e2d60497f742c41a (patch)
tree48f25822284254efcab157ef515fb4e311a28912 /src/nvim/testdir
parent50393ef17831a24a57e68812f9cadf186c650ab9 (diff)
downloadrneovim-d25a59f4d0c357fd4df4adc8e2d60497f742c41a.tar.gz
rneovim-d25a59f4d0c357fd4df4adc8e2d60497f742c41a.tar.bz2
rneovim-d25a59f4d0c357fd4df4adc8e2d60497f742c41a.zip
vim-patch:7.4.639
Problem: Combination of linebreak and conceal doesn't work well. Solution: Fix the display problems. (Christian Brabandt) https://github.com/vim/vim/commit/8fc6bc71266e342d339c851b3ee472357f917597
Diffstat (limited to 'src/nvim/testdir')
-rw-r--r--src/nvim/testdir/test88.in11
-rw-r--r--src/nvim/testdir/test88.ok5
2 files changed, 16 insertions, 0 deletions
diff --git a/src/nvim/testdir/test88.in b/src/nvim/testdir/test88.in
index c2e6a752fa..9e43f703e9 100644
--- a/src/nvim/testdir/test88.in
+++ b/src/nvim/testdir/test88.in
@@ -71,6 +71,17 @@ GGk
:set lbr
:normal $
GGk
+:set list listchars=tab:>-
+:normal 0
+GGk
+:normal W
+GGk
+:normal W
+GGk
+:normal W
+GGk
+:normal $
+GGk
:" Display result.
:call append('$', 'end:')
:call append('$', positions)
diff --git a/src/nvim/testdir/test88.ok b/src/nvim/testdir/test88.ok
index e29698b7bd..12949f274a 100644
--- a/src/nvim/testdir/test88.ok
+++ b/src/nvim/testdir/test88.ok
@@ -22,3 +22,8 @@ end:
9:25
9:26
9:26
+9:1
+9:9
+9:17
+9:25
+9:26