diff options
author | Bram Moolenaar <Bram@vim.org> | 2015-09-01 19:26:12 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2015-09-01 19:26:12 +0200 |
commit | 8b5f65a527c353b9942e362e719687c3a7592309 (patch) | |
tree | 655108e877377b6dcba8e066f87f00df2e982a90 /src/testdir/test_mapping.ok | |
parent | 5adfea1ac63e252556bccce54e92e8e10b58f592 (diff) | |
download | vim-8b5f65a527c353b9942e362e719687c3a7592309.zip |
patch 7.4.849
Problem: Moving the cursor in Insert mode starts new undo sequence.
Solution: Add CTRL-G U to keep the undo sequence for the following cursor
movement command. (Christian Brabandt)
Diffstat (limited to 'src/testdir/test_mapping.ok')
-rw-r--r-- | src/testdir/test_mapping.ok | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/testdir/test_mapping.ok b/src/testdir/test_mapping.ok index 51cc49bf7..b493cff2b 100644 --- a/src/testdir/test_mapping.ok +++ b/src/testdir/test_mapping.ok @@ -10,3 +10,13 @@ vmap works + + + + +Test1: text with a (here some more text) +Test1: text with a (here some more text) + + +Test2: text wit a (here some more text [und undo]) + +new line here +Test3: text with a (parenthesis here +new line here |