aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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/>
"