Use old version of vim repository, fixes #779

closes #780
This commit is contained in:
Adam Stankiewicz
2022-02-21 00:04:43 +01:00
parent b77c5f1107
commit 1d1f36b24e
14 changed files with 1563 additions and 1180 deletions

View File

@@ -26,7 +26,7 @@ setlocal fo-=t fo+=croql
let b:julia_vim_loaded = 1
let b:undo_ftplugin = "setlocal include< suffixesadd< comments< commentstring<"
\ . " define< fo< shiftwidth< expandtab< indentexpr< indentkeys< cinoptions< completefunc<"
\ . " define< fo< indentexpr< indentkeys< cinoptions< completefunc<"
\ . " | unlet! b:commentary_format"
\ . " | unlet! b:smartcomment_force_linemode"
\ . " | unlet! b:julia_vim_loaded"