annotate runtime/indent/dictdconf.vim @ 24884:1dad085e27ac
v8.2.2980
patch 8.2.2980: popup window test is a bit flaky
Commit: https://github.com/vim/vim/commit/0b71955552c4b18f1853c1769ca64d696f8b60c1
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Jun 12 13:59:03 2021 +0200
patch 8.2.2980: popup window test is a bit flaky
Problem: Popup window test is a bit flaky.
Solution: Add a redraw command.
author |
Bram Moolenaar <Bram@vim.org> |
date |
Sat, 12 Jun 2021 14:00:05 +0200 |
parents |
1218c5353e2b |
children |
6dd88e45d47d |
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#
|