aboutsummaryrefslogtreecommitdiff
path: root/vim
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 /vim
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
Diffstat (limited to 'vim')
-rw-r--r--vim/plugin/utc.vim2
1 files changed, 1 insertions, 1 deletions
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>)