diff options
author | Josh Rahm <rahm@google.com> | 2022-09-13 14:08:31 -0600 |
---|---|---|
committer | Josh Rahm <rahm@google.com> | 2022-09-13 14:08:31 -0600 |
commit | 79b37fdd282f616714876b97e484d8dcc8a488ab (patch) | |
tree | 27805240cf5f7d97f7e6e682d4dfd69364b36e03 /plugin/move.vim | |
parent | a3caef03c883cd9711ac60996227e13e1199e4db (diff) | |
download | fieldmarshal.vim-79b37fdd282f616714876b97e484d8dcc8a488ab.tar.gz fieldmarshal.vim-79b37fdd282f616714876b97e484d8dcc8a488ab.tar.bz2 fieldmarshal.vim-79b37fdd282f616714876b97e484d8dcc8a488ab.zip |
commenter.vim: much better comment handling with fancier regexes.
Diffstat (limited to 'plugin/move.vim')
-rw-r--r-- | plugin/move.vim | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugin/move.vim b/plugin/move.vim index 8d11d22..0ed2e7f 100644 --- a/plugin/move.vim +++ b/plugin/move.vim @@ -3,5 +3,3 @@ onoremap <silent> i% <cmd>call search('{') <bar> normal! v%<bs>o<space><cr> vnoremap <silent> a% <esc>V/{<cr>% vnoremap <silent> i% <esc>/{<cr>v%<bs>o<space>o - -onoremap <silent> gv gv |