annotate runtime/indent/dictdconf.vim @ 28379:6dd88e45d47d
Update runtime files
Commit: https://github.com/vim/vim/commit/cbaff5e06ec525d31dc44093125c42029e01d508
Author: Bram Moolenaar <Bram@vim.org>
Date: Fri Apr 8 17:45:08 2022 +0100
Update runtime files
author |
Bram Moolenaar <Bram@vim.org> |
date |
Fri, 08 Apr 2022 19:00:04 +0200 |
parents |
1218c5353e2b |
children |
|
rev |
line source |
389
|
1 " Vim indent file
|
11062
|
2 " Language: dictd(8) configuration file
|
|
3 " Previous Maintainer: Nikolai Weibull <now@bitwi.se>
|
|
4 " Latest Revision: 2006-12-20
|
389
|
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
|
1204
|
12 setlocal nosmartindent
|
389
|
13 inoremap <buffer> # X#
|
28379
|
14
|
|
15 let b:undo_indent = "setl ai< cinw< indk< si< | silent! iunmap <buffer> #"
|