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

16 lines
414 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: dictd(8) configuration file
" Previous Maintainer: Nikolai Weibull <now@bitwi.se>
" Latest Revision: 2006-12-20
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:44:18 +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> #"