aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-12 13:42:05 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-12 13:42:05 +1200
commit9fdfa4b5390d7ddd3af166696f52bdd8eddea4c7 (patch)
tree0d89e50ac2be1feff20a6549a5a806ba09f9c51c
parentMerge branch 'release/v5.42.0' (diff)
parentBump VERSION (diff)
downloaddotfiles-5.42.1.tar.gz (sig)
dotfiles-5.42.1.zip
Merge branch 'hotfix/v5.42.1'v5.42.1
* hotfix/v5.42.1: Correct reference to autoloaded UTC plugin func
-rw-r--r--VERSION4
-rw-r--r--vim/plugin/utc.vim2
2 files changed, 3 insertions, 3 deletions
diff --git a/VERSION b/VERSION
index a7af40bb..700e8f77 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-tejr dotfiles v5.42.0
-Wed Jun 12 01:31:50 UTC 2019
+tejr dotfiles v5.42.1
+Wed Jun 12 01:41:55 UTC 2019
diff --git a/vim/plugin/utc.vim b/vim/plugin/utc.vim
index e395ebd4..9b8b647a 100644
--- a/vim/plugin/utc.vim
+++ b/vim/plugin/utc.vim
@@ -3,4 +3,4 @@ if exists('loaded_utc')
endif
let loaded_utc = 1
command! -bar -complete=command -nargs=1 UTC
- \ call s:UTC(<q-args>)
+ \ call utc#(<q-args>)