aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-02-11 04:40:31 +1300
committerTom Ryder <tom@sanctum.geek.nz>2012-02-11 04:40:31 +1300
commit11b7e82ebc8d9bba62c3484f813c3ed56426f3d5 (patch)
tree0c4183eb89a26ad3a54a0e9a11ab15b7e16e9c54
parentSlightly more tolerant regex. (diff)
downloadvim-nextag-11b7e82ebc8d9bba62c3484f813c3ed56426f3d5.tar.gz
vim-nextag-11b7e82ebc8d9bba62c3484f813c3ed56426f3d5.zip
More explanatory comment.
-rw-r--r--plugin/nextag.vim5
1 files changed, 3 insertions, 2 deletions
diff --git a/plugin/nextag.vim b/plugin/nextag.vim
index f85db14..bc8e8eb 100644
--- a/plugin/nextag.vim
+++ b/plugin/nextag.vim
@@ -1,7 +1,8 @@
"
" nextag.vim - Move to next and previous tags in a SGML document, including
-" XML and HTML. Use <leader>, and <leader>. to search for the previous and
-" next HTML tags, respectively. Prepended counts work, e.g. 5<leader>.
+" XML and HTML. Use <leader>. and <leader>, to search for the next and
+" previous tags, respectively. Prepended counts work, e.g. 5<leader>. as do
+" operations, e.g. d<leader>. and visual mode e.g. v<leader>,.
"
" Maintainer: Tom Ryder <http://www.sanctum.geek.nz/>
"