aboutsummaryrefslogtreecommitdiff
path: root/vim/after/ftplugin
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-01-03 03:38:46 +1300
committerTom Ryder <tom@sanctum.geek.nz>2020-01-03 03:38:46 +1300
commitf7a8430cefe8e9865d6a99052158eef436103905 (patch)
tree444d5190dd11c3d20e84157410545d7b03c9b4e3 /vim/after/ftplugin
parentRename HTML tidy function (diff)
downloaddotfiles-f7a8430cefe8e9865d6a99052158eef436103905.tar.gz
dotfiles-f7a8430cefe8e9865d6a99052158eef436103905.zip
Rename and move HTML URL anchoring
Diffstat (limited to 'vim/after/ftplugin')
-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 7ffb63ac..7e2ba439 100644
--- a/vim/after/ftplugin/html.vim
+++ b/vim/after/ftplugin/html.vim
@@ -39,5 +39,5 @@ endif
" Transform URLs to HTML anchors
nnoremap <buffer> <LocalLeader>r
- \ :<C-U>call html#UrlLink()<CR>
+ \ :<C-U>call html#url#Anchor()<CR>
let b:undo_ftplugin .= '|nunmap <buffer> <LocalLeader>r'