From cbd544bffce28f088e1e6b0d39dfb7221a6687d7 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 7 Jan 2019 16:26:52 +1300 Subject: Correct function reference in gitcommit ftplugin --- vim/after/ftplugin/gitcommit.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/after/ftplugin/gitcommit.vim b/vim/after/ftplugin/gitcommit.vim index 465c0e81..76a65596 100644 --- a/vim/after/ftplugin/gitcommit.vim +++ b/vim/after/ftplugin/gitcommit.vim @@ -7,7 +7,7 @@ let b:undo_ftplugin .= '|setlocal comments< formatoptions<' if has('autocmd') && exists('+cursorcolumn') augroup gitcommit_cursorcolumn autocmd CursorMoved,CursorMovedI - \ let &l:colorcolumn = gitcommit_cursorcolumn#CursorColumn() + \ let &l:colorcolumn = gitcommit#CursorColumn() augroup END let b:undo_ftplugin .= '|execute ''autocmd! gitcommit_cursorcolumn''' \ . '|augroup! gitcommit_cursorcolumn' -- cgit v1.2.3 From 56c98ec4da551281776116149e312cb329df6f65 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 7 Jan 2019 16:28:11 +1300 Subject: Bump VERSION --- VERSION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index a196da31..566fddaf 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ -tejr dotfiles v4.9.0 -Sun Jan 6 20:48:46 UTC 2019 +tejr dotfiles v4.10.0 +Mon Jan 7 03:28:11 UTC 2019 -- cgit v1.2.3