Skip to content

Commit 88f178c

Browse files
committed
Do not reset shiftwidth/expandtab at undo
since we don't set them any more, we don't need to restore them trying to address #280
1 parent 7d2e9f7 commit 88f178c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ftplugin/julia.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ setlocal fo-=t fo+=croql
2222
let b:julia_vim_loaded = 1
2323

2424
let b:undo_ftplugin = "setlocal include< suffixesadd< comments< commentstring<"
25-
\ . " define< fo< shiftwidth< expandtab< indentexpr< indentkeys< cinoptions< completefunc<"
25+
\ . " define< fo< indentexpr< indentkeys< cinoptions< completefunc<"
2626
\ . " | unlet! b:commentary_format"
2727
\ . " | unlet! b:smartcomment_force_linemode"
2828
\ . " | unlet! b:julia_vim_loaded"

0 commit comments

Comments
 (0)