From 26f17fbd5171d9dd8776004fa4e63f596de42cfc Mon Sep 17 00:00:00 2001 From: Starfall Date: Wed, 6 Oct 2021 20:17:31 -0500 Subject: vim: fix typo in b:undo_ftplugin --- .vim/ftplugin/yaml.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.vim') 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<" -- cgit