commit | dbd24b59678dd976b2ad356451e248a6e8b8bd8b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 11 14:26:19 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 11 14:26:19 2015 +0200 |
tree | 0ecfb9bb16fceefa3d1d101a8bb9cfe9db2e55f2 | |
parent | fbd302ff38624abdec64980f4a19379d20a6e6c6 [diff] [blame] |
patch 7.4.813 Problem: It is not possible to save and restore character search state. Solution: Add getcharsearch() and setcharsearch(). (James McCoy)
diff --git a/src/testdir/Make_dos.mak b/src/testdir/Make_dos.mak index 55c5220..0f9514c 100644 --- a/src/testdir/Make_dos.mak +++ b/src/testdir/Make_dos.mak
@@ -41,6 +41,7 @@ test_autoformat_join.out \ test_breakindent.out \ test_changelist.out \ + test_charsearch.out \ test_close_count.out \ test_command_count.out \ test_erasebackword.out \