aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-11-15 11:23:54 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-11-15 11:23:54 +1300
commitb479ca50fb9b9c837a81dc5cde5c5b60971ac04e (patch)
tree0336d88cf531d3a5a286161024efc9d94fd2d79e
parentMerge branch 'hotfix/v0.17.1' into develop (diff)
parentUpdate version number to 0.17.2 (diff)
downloaddotfiles-b479ca50fb9b9c837a81dc5cde5c5b60971ac04e.tar.gz
dotfiles-b479ca50fb9b9c837a81dc5cde5c5b60971ac04e.zip
Merge branch 'hotfix/v0.17.2' into develop
* hotfix/v0.17.2: Update version number to 0.17.2 Correct URL link function name in HTML ftplugin
-rw-r--r--VERSION4
-rw-r--r--vim/after/ftplugin/html/url_link.vim4
2 files changed, 4 insertions, 4 deletions
diff --git a/VERSION b/VERSION
index c60d4f62..6d9a1528 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-tejr dotfiles v0.17.1
-Tue Nov 14 00:22:18 UTC 2017
+tejr dotfiles v0.17.2
+Tue Nov 14 22:20:41 UTC 2017
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