commit | 8c87a2b1fec85e4aac33f71586ac1514536fc66b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Apr 10 13:15:47 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 10 13:15:47 2018 +0200 |
tree | 87a7f334865bad68bc1488ac415c19105e7ad979 | |
parent | e80757c1545286240d687e9a303cf8eeb3f9a6de [diff] [blame] |
patch 8.0.1682: auto indenting breaks inserting a block Problem: Auto indenting breaks inserting a block. Solution: Do not check for cursor movement if indent was changed. (Christian Brabandt, closes #2778)
diff --git a/src/Makefile b/src/Makefile index a294ec0..e7d0b38 100644 --- a/src/Makefile +++ b/src/Makefile
@@ -2127,6 +2127,7 @@ test_autocmd \ test_autoload \ test_backspace_opt \ + test_blockedit \ test_breakindent \ test_bufline \ test_bufwintabinfo \