annotate runtime/indent/dictconf.vim @ 18679:fd95d4dbeb37
v8.1.2331
patch 8.1.2331: the option.c file is still very big
Commit: https://github.com/vim/vim/commit/7bae0b1bc84a95d565ffab38cf7f82ad21c656b6
Author: Bram Moolenaar <Bram@vim.org>
Date: Thu Nov 21 22:14:18 2019 +0100
patch 8.1.2331: the option.c file is still very big
Problem: The option.c file is still very big.
Solution: Move a few functions to where they fit better. (Yegappan
Lakshmanan, closes #4895)
author |
Bram Moolenaar <Bram@vim.org> |
date |
Thu, 21 Nov 2019 22:15:03 +0100 |
parents |
1218c5353e2b |
children |
6dd88e45d47d |
rev |
line source |
389
|
1 " Vim indent file
|
11062
|
2 " Language: dict(1) 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
|
1201
|
12 setlocal nosmartindent
|
389
|
13 inoremap <buffer> # X#
|