aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir/Makefile
diff options
context:
space:
mode:
authorNaveen Kumar Molleti <nerd.naveen@gmail.com>2014-09-15 00:54:39 +0530
committerNaveen Kumar Molleti <nerd.naveen@gmail.com>2014-09-15 15:35:49 +0530
commit4f3d49d92104b871975f963d3f7cb1df111c577b (patch)
tree77d2f84fb9b0a3cfccd6ddd364a3ac8190bd74d5 /src/nvim/testdir/Makefile
parent0838b9773958d06b87e4b290b2716f19f904fa95 (diff)
downloadrneovim-4f3d49d92104b871975f963d3f7cb1df111c577b.tar.gz
rneovim-4f3d49d92104b871975f963d3f7cb1df111c577b.tar.bz2
rneovim-4f3d49d92104b871975f963d3f7cb1df111c577b.zip
vim-patch:7.4.387
Problem: "4gro" replaces one character then executes "ooo". (Urtica Dioica) Solution: Write the ESC in the second stuff buffer. https://code.google.com/p/vim/source/detail?r=v7-4-387
Diffstat (limited to 'src/nvim/testdir/Makefile')
-rw-r--r--src/nvim/testdir/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile
index 92fd47ff6b..81dc49e800 100644
--- a/src/nvim/testdir/Makefile
+++ b/src/nvim/testdir/Makefile
@@ -33,7 +33,8 @@ SCRIPTS := test_autoformat_join.out \
test106.out test107.out \
test_options.out \
test_listlbr.out test_listlbr_utf8.out \
- test_breakindent.out
+ test_breakindent.out \
+ test_insertcount.out
SCRIPTS_GUI := test16.out