diff options
author | Starfall <us@starfall.systems> | 2021-10-06 20:17:31 -0500 |
---|---|---|
committer | Starfall <us@starfall.systems> | 2021-10-06 20:17:31 -0500 |
commit | 26f17fbd5171d9dd8776004fa4e63f596de42cfc (patch) | |
tree | 6bce8067f0ab1f751e4ca3bd8a266f337d511f46 /.vim | |
parent | 4b389e7edc4c5457cb87cf4c7ab42483f386cb68 (diff) |
vim: fix typo in b:undo_ftplugin
Diffstat (limited to '.vim')
-rw-r--r-- | .vim/ftplugin/yaml.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.vim/ftplugin/yaml.vim b/.vim/ftplugin/yaml.vim index 24241cb..6b4c519 100644 --- a/.vim/ftplugin/yaml.vim +++ b/.vim/ftplugin/yaml.vim @@ -1,2 +1,2 @@ setlocal expandtab shiftwidth=2 softtabstop=2 shiftround -let b:under_ftplugin = "setlocal expandtab< shiftwidth< softtabstop< shiftround<" +let b:undo_ftplugin = "setlocal expandtab< shiftwidth< softtabstop< shiftround<" |