1
0
forked from aniani/vim
Files
vim/runtime/indent/dictconf.vim

16 lines
411 B
VimL
Raw Normal View History

2005-07-04 22:49:24 +00:00
" Vim indent file
2017-03-05 17:04:09 +01:00
" Language: dict(1) configuration file
" Previous Maintainer: Nikolai Weibull <now@bitwi.se>
2022-04-08 17:45:08 +01:00
" Last Change: 2022 Apr 06
2005-07-04 22:49:24 +00:00
if exists("b:did_indent")
finish
endif
let b:did_indent = 1
setlocal indentkeys=0{,0},!^F,o,O cinwords= autoindent smartindent
2007-05-10 17:35:54 +00:00
setlocal nosmartindent
2005-07-04 22:49:24 +00:00
inoremap <buffer> # X#
2022-04-08 17:45:08 +01:00
let b:undo_indent = "setl ai< cinw< indk< si< | silent! iunmap <buffer> #"