From db7bb8ba22f5798bf3abe9f786bc6e6d002725f8 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Mon, 18 Apr 2022 12:08:27 +0200 Subject: Update --- indent/rst.vim | 2 ++ 1 file changed, 2 insertions(+) (limited to 'indent/rst.vim') diff --git a/indent/rst.vim b/indent/rst.vim index f27c5ecb..66920d83 100644 --- a/indent/rst.vim +++ b/indent/rst.vim @@ -18,6 +18,8 @@ setlocal indentexpr=GetRSTIndent() setlocal indentkeys=!^F,o,O setlocal nosmartindent +let b:undo_indent = "setlocal indentexpr< indentkeys< smartindent<" + if exists("*GetRSTIndent") finish endif -- cgit v1.2.3