2005-07-04 22:49:24 +00:00
|
|
|
|
" Vim indent file
|
|
|
|
|
|
" Language: dict(1) configuration file
|
2006-04-21 22:12:41 +00:00
|
|
|
|
" Maintainer: Nikolai Weibull <now@bitwi.se>
|
2007-05-10 17:35:54 +00:00
|
|
|
|
" 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:35:54 +00:00
|
|
|
|
setlocal nosmartindent
|
2005-07-04 22:49:24 +00:00
|
|
|
|
inoremap <buffer> # X#
|