summaryrefslogtreecommitdiff
path: root/mnv/runtime/indent/dictdconf.mnv
blob: 88b49c4806ab55b6de96977ac8fa44d73c224f52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
" MNV 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> #"