1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

Update utils.vim

This commit is contained in:
jdhao 2020-05-06 11:55:38 +08:00 committed by GitHub
parent f93d0fc972
commit 1a3738ff09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -85,4 +85,3 @@ function! utils#ToggleCursorCol()
echo "cursorcolumn: ON"
endif
endfunction
"}