From 0dfbc5ea98419f455b07d66dc5823750501b8b50 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 13 Nov 2020 00:06:05 +1300 Subject: Work around b:undo_indent mis-setting for Vim --- vim/after/indent/vim.vim | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'vim') diff --git a/vim/after/indent/vim.vim b/vim/after/indent/vim.vim index da34eb75..4300e125 100644 --- a/vim/after/indent/vim.vim +++ b/vim/after/indent/vim.vim @@ -1,9 +1,9 @@ -" Use two (not four!) spaces for indentation, per convention -call indent#Spaces(2) - " Remove inapplicable defaults from 'indentkeys'; we should only need to undo " this if the stock plugin didn't already arrange that (before v7.3.539) setlocal indentkeys-=0#,0{,0},0),: if !exists('b:undo_indent') let b:undo_indent = 'setlocal indentkeys<' endif + +" Use two (not four!) spaces for indentation, per convention +call indent#Spaces(2) -- cgit v1.2.3