blob: f8f567064a3be0bdb433a0085b0f476ae8f0ae22 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
" Vim indent file
" Language: dictd(8) configuration file
" Maintainer: Nikolai Weibull <nikolai+work.vim@bitwi.se>
" Latest Revision: 2005-07-01
if exists("b:did_indent")
finish
endif
let b:did_indent = 1
setlocal indentkeys=0{,0},!^F,o,O cinwords= autoindent smartindent
inoremap <buffer> # X#
|