From 029f72b1a93430b24b88eb3a72c6114d9f149737 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 10 Apr 2024 22:09:20 +0200 Subject: Adding upstream version 2:9.1.0016. Signed-off-by: Daniel Baumann --- runtime/indent/dictconf.vim | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 runtime/indent/dictconf.vim (limited to 'runtime/indent/dictconf.vim') diff --git a/runtime/indent/dictconf.vim b/runtime/indent/dictconf.vim new file mode 100644 index 0000000..fa40585 --- /dev/null +++ b/runtime/indent/dictconf.vim @@ -0,0 +1,15 @@ +" Vim indent file +" Language: dict(1) configuration file +" Previous Maintainer: Nikolai Weibull +" Last Change: 2022 Apr 06 + +if exists("b:did_indent") + finish +endif +let b:did_indent = 1 + +setlocal indentkeys=0{,0},!^F,o,O cinwords= autoindent smartindent +setlocal nosmartindent +inoremap # X# + +let b:undo_indent = "setl ai< cinw< indk< si< | silent! iunmap #" -- cgit v1.2.3