Mercurial > vim
view runtime/ftplugin/i3config.vim @ 31780:8f15c56ff2fb v9.0.1222
patch 9.0.1222: terminal tests are flaky on MacOS
Commit: https://github.com/vim/vim/commit/e446a017ffeaf1941589ac51ce9153b859018e5b
Author: Yegappan Lakshmanan <yegappan@yahoo.com>
Date: Thu Jan 19 17:49:58 2023 +0000
patch 9.0.1222: terminal tests are flaky on MacOS
Problem: Terminal tests are flaky on MacOS.
Solution: Add TermWait() calls. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/11852)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Thu, 19 Jan 2023 19:00:06 +0100 |
parents | 3a63b1e4a6f4 |
children |
line wrap: on
line source
" Vim filetype plugin file " Language: i3 config file " Original Author: Mohamed Boughaba <mohamed dot bgb at gmail dot com> " Maintainer: Quentin Hibon " Version: 0.4 " Last Change: 2021 Dec 14 if exists("b:did_ftplugin") | finish | endif let b:did_ftplugin = 1 let b:undo_ftplugin = "setlocal cms<" setlocal commentstring=#\ %s