aboutsummaryrefslogtreecommitdiff
path: root/vim/after
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-11-15 11:19:56 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-11-15 11:19:56 +1300
commit26f6007e6104cac72659e70336456888e22d6b33 (patch)
tree21189e068a36923d1a789d1904c7961117ac636e /vim/after
parentMerge branch 'hotfix/v0.17.1' (diff)
downloaddotfiles-26f6007e6104cac72659e70336456888e22d6b33.tar.gz
dotfiles-26f6007e6104cac72659e70336456888e22d6b33.zip
Correct URL link function name in HTML ftplugin
I missed the filetype prefix I had added to the function call in the actual declaration of the function itself.
Diffstat (limited to 'vim/after')
-rw-r--r--vim/after/ftplugin/html/url_link.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/vim/after/ftplugin/html/url_link.vim b/vim/after/ftplugin/html/url_link.vim
index 4f2d2526..85e9d719 100644
--- a/vim/after/ftplugin/html/url_link.vim
+++ b/vim/after/ftplugin/html/url_link.vim
@@ -10,8 +10,8 @@ if exists('b:undo_ftplugin')
endif
" Make a bare URL into a link to itself
-if !exists('*s:UrlLink')
- function! s:UrlLink()
+if !exists('*s:HtmlUrlLink')
+ function! s:HtmlUrlLink()
" Yank this whole whitespace-separated word
normal! yiW