summaryrefslogtreecommitdiffstats
path: root/runtime/indent/cs.vim
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/indent/cs.vim')
-rw-r--r--runtime/indent/cs.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/indent/cs.vim b/runtime/indent/cs.vim
index 064ab00691..4a040b6fe2 100644
--- a/runtime/indent/cs.vim
+++ b/runtime/indent/cs.vim
@@ -11,3 +11,5 @@ let b:did_indent = 1
" C# is like indenting C
setlocal cindent
+
+let b:undo_indent = "setl cin<"