Mercurial > vim
view runtime/ftplugin/xmodmap.vim @ 19589:47db1e17d0a4 v8.2.0351
patch 8.2.0351: terminal in popup test is still a bit flaky
Commit: https://github.com/vim/vim/commit/3e919d2924c87eb8fee62603788fcc3ced2a0031
Author: Bram Moolenaar <Bram@vim.org>
Date: Tue Mar 3 22:56:39 2020 +0100
patch 8.2.0351: terminal in popup test is still a bit flaky
Problem: Terminal in popup test is still a bit flaky.
Solution: Clear and redraw before opening the popup.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Tue, 03 Mar 2020 23:00:04 +0100 |
parents | 1218c5353e2b |
children |
line wrap: on
line source
" Vim filetype plugin file " Language: xmodmap(1) definition file " Previous Maintainer: Nikolai Weibull <now@bitwi.se> " Latest Revision: 2008-07-09 if exists("b:did_ftplugin") finish endif let b:did_ftplugin = 1 let s:cpo_save = &cpo set cpo&vim let b:undo_ftplugin = "setl com< cms< fo<" setlocal comments=:! commentstring=!\ %s formatoptions-=t formatoptions+=croql let &cpo = s:cpo_save unlet s:cpo_save