aboutsummaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-02-11 11:30:35 +1300
committerTom Ryder <tom@sanctum.geek.nz>2012-02-11 11:30:35 +1300
commit251539688381c69fa002d13230b4a258aaf833d3 (patch)
tree8d41caf160c2eceecfb536c9ec12442fda0072a0 /plugin
parentForce magic so this regex works. (diff)
downloadvim-nextag-251539688381c69fa002d13230b4a258aaf833d3.tar.gz
vim-nextag-251539688381c69fa002d13230b4a258aaf833d3.zip
Update documentation for consistency.
Diffstat (limited to 'plugin')
-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/>
"