diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2019-05-09 17:46:48 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2019-05-09 17:46:48 +1200 |
commit | 9514a993fccd07f6a4a3d8221d0b06dd03bb99e5 (patch) | |
tree | 3ed2ee01c8766ff21c4f46aa0a30a9cedb038a03 /README.md | |
parent | Merge branch 'release/v3.2.0' into develop (diff) | |
download | vim-insert-cancel-9514a993fccd07f6a4a3d8221d0b06dd03bb99e5.tar.gz vim-insert-cancel-9514a993fccd07f6a4a3d8221d0b06dd03bb99e5.zip |
Switch to two-spacing
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,15 +1,15 @@ insert\_cancel.vim ================== -This plugin provides a mapping target to cancel an insert operation. It leaves +This plugin provides a mapping target to cancel an insert operation. It leaves insert mode normally, firing `InsertLeave`, and then runs `:undo` if the buffer -was changed by the insert. This is intended as a remap of Ctrl-C in insert +was changed by the insert. This is intended as a remap of Ctrl-C in insert mode. License ------- -Copyright (c) [Tom Ryder][1]. Distributed under the same terms as Vim itself. +Copyright (c) [Tom Ryder][1]. Distributed under the same terms as Vim itself. See `:help license`. [1]: https://sanctum.geek.nz/ |