about summary refs log tree commit diff
path: root/.vim/ftplugin
diff options
context:
space:
mode:
authorStarfall <us@starfall.systems>2021-10-06 20:17:31 -0500
committerStarfall <us@starfall.systems>2021-10-06 20:17:31 -0500
commit26f17fbd5171d9dd8776004fa4e63f596de42cfc (patch)
tree6bce8067f0ab1f751e4ca3bd8a266f337d511f46 /.vim/ftplugin
parent4b389e7edc4c5457cb87cf4c7ab42483f386cb68 (diff)
vim: fix typo in b:undo_ftplugin
Diffstat (limited to '.vim/ftplugin')
-rw-r--r--.vim/ftplugin/yaml.vim2
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<"