commit | a4c906a4a111cbe59cf5f1e8354a36ba83e0a444 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 29 23:26:37 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 29 23:26:37 2017 +0100 |
tree | 3405689f04e8e4a0d56ac7281152001fbff94f2f | |
parent | c593fee0e5e850f7e75be41f5d1751f28892a27f [diff] [blame] |
patch 8.0.0271: may get ml_get error when :tcldo deletes lines Problem: May get ml_get error when :tcldo deletes lines or switches to another buffer. (Nikolai Pavlov, closes #1421) Solution: Check the buffer and line every time.
diff --git a/src/Makefile b/src/Makefile index f26a1bf..922a09b 100644 --- a/src/Makefile +++ b/src/Makefile
@@ -2198,6 +2198,7 @@ test_tabpage \ test_tagcase \ test_tagjump \ + test_tcl \ test_textobjects \ test_timers \ test_true_false \