annotate runtime/indent/dictdconf.vim @ 18492:41a5f241e9d5
v8.1.2240
patch 8.1.2240: popup window width changes when scrolling
Commit: https://github.com/vim/vim/commit/f2885d3fb7045d14ae58824e9cb8dea65e4052c4
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Nov 2 20:21:25 2019 +0100
patch 8.1.2240: popup window width changes when scrolling
Problem: Popup window width changes when scrolling.
Solution: Also adjust maxwidth when applying minwidth and there is a
scrollbar. Fix off-by-one error. (closes #5162)
author |
Bram Moolenaar <Bram@vim.org> |
date |
Sat, 02 Nov 2019 20:30:03 +0100 |
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#
|