From 11b7e82ebc8d9bba62c3484f813c3ed56426f3d5 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 11 Feb 2012 04:40:31 +1300 Subject: More explanatory comment. --- plugin/nextag.vim | 5 +++-- 1 file 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 , and . to search for the previous and -" next HTML tags, respectively. Prepended counts work, e.g. 5. +" XML and HTML. Use . and , to search for the next and +" previous tags, respectively. Prepended counts work, e.g. 5. as do +" operations, e.g. d. and visual mode e.g. v,. " " Maintainer: Tom Ryder " -- cgit v1.2.3