aboutsummaryrefslogtreecommitdiff
path: root/vim/after
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-08-07 14:28:50 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-08-07 14:29:52 +1200
commit1c70ad8c4a026601b47ede160a7fe6d3547fa0cd (patch)
tree999a5a76e0646075b6d6d37a72ef70e8e1430195 /vim/after
parentBind K in Vim help to jump to tag (diff)
downloaddotfiles-1c70ad8c4a026601b47ede160a7fe6d3547fa0cd.tar.gz
dotfiles-1c70ad8c4a026601b47ede160a7fe6d3547fa0cd.zip
Improve a comment on HTML URL links
Diffstat (limited to 'vim/after')
-rw-r--r--vim/after/ftplugin/html.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/after/ftplugin/html.vim b/vim/after/ftplugin/html.vim
index 2faea4f5..dc429221 100644
--- a/vim/after/ftplugin/html.vim
+++ b/vim/after/ftplugin/html.vim
@@ -23,7 +23,7 @@ if exists('g:no_plugin_maps') || exists('g:no_html_maps')
finish
endif
-" Set mappings
+" Transform URLs to HTML anchors
nnoremap <buffer> <LocalLeader>r
\ :<C-U>call html#UrlLink()<CR>
let b:undo_ftplugin .= '|nunmap <buffer> <LocalLeader>r'