aboutsummaryrefslogtreecommitdiff
path: root/plugin/nextag.vim
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/nextag.vim')
-rw-r--r--plugin/nextag.vim3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugin/nextag.vim b/plugin/nextag.vim
index 68bb0fc..d35fbd8 100644
--- a/plugin/nextag.vim
+++ b/plugin/nextag.vim
@@ -2,7 +2,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 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>,.
+" operations, e.g. d<leader>. and visual mode e.g. v<leader>,. Doesn't match
+" SGML comments or !DOCTYPES.
"
" Maintainer: Tom Ryder <http://www.sanctum.geek.nz/>
"