diff options
Diffstat (limited to 'runtime/indent/dictdconf.vim')
-rw-r--r-- | runtime/indent/dictdconf.vim | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/runtime/indent/dictdconf.vim b/runtime/indent/dictdconf.vim new file mode 100644 index 0000000..5c0e7c5 --- /dev/null +++ b/runtime/indent/dictdconf.vim @@ -0,0 +1,15 @@ +" Vim indent file +" Language: dictd(8) configuration file +" Previous Maintainer: Nikolai Weibull <now@bitwi.se> +" Latest Revision: 2006-12-20 + +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 <buffer> # X# + +let b:undo_indent = "setl ai< cinw< indk< si< | silent! iunmap <buffer> #" |