aboutsummaryrefslogtreecommitdiff
path: root/plugin/nextag.vim
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/nextag.vim')
-rw-r--r--plugin/nextag.vim1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugin/nextag.vim b/plugin/nextag.vim
index d35fbd8..56290bc 100644
--- a/plugin/nextag.vim
+++ b/plugin/nextag.vim
@@ -43,4 +43,3 @@ for s:mode in ['n', 'o', 'v']
execute s:mode . 'map <silent> <leader>. :<C-U>call <SID>MoveToSGMLTag("next", "' . s:mode . '", v:count1)<CR>'
execute s:mode . 'map <silent> <leader>, :<C-U>call <SID>MoveToSGMLTag("prev", "' . s:mode . '", v:count1)<CR>'
endfor
-