summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-04-10 13:15:47 +0200
committerBram Moolenaar <Bram@vim.org>2018-04-10 13:15:47 +0200
commit8c87a2b1fec85e4aac33f71586ac1514536fc66b (patch)
tree87a7f334865bad68bc1488ac415c19105e7ad979 /src/Makefile
parente80757c1545286240d687e9a303cf8eeb3f9a6de (diff)
downloadvim-git-8c87a2b1fec85e4aac33f71586ac1514536fc66b.tar.gz
patch 8.0.1682: auto indenting breaks inserting a blockv8.0.1682
Problem: Auto indenting breaks inserting a block. Solution: Do not check for cursor movement if indent was changed. (Christian Brabandt, closes #2778)
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index a294ec025..e7d0b38f0 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -2127,6 +2127,7 @@ test_arglist \
test_autocmd \
test_autoload \
test_backspace_opt \
+ test_blockedit \
test_breakindent \
test_bufline \
test_bufwintabinfo \