Bram Moolenaar | 0dc065e | 2005-07-04 22:49:24 +0000 | [diff] [blame] | 1 | " Vim indent file |
2 | " Language: dict(1) configuration file | ||||
3 | " Maintainer: Nikolai Weibull <nikolai+work.vim@bitwi.se> | ||||
4 | " Latest Revision: 2005-06-30 | ||||
5 | |||||
6 | if exists("b:did_indent") | ||||
7 | finish | ||||
8 | endif | ||||
9 | let b:did_indent = 1 | ||||
10 | |||||
11 | setlocal indentkeys=0{,0},!^F,o,O cinwords= autoindent smartindent | ||||
12 | inoremap <buffer> # X# |