Mercurial > vim
view runtime/indent/dune.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 | 15fa3923cc49 |
children | 5c220cf30f1f |
line wrap: on
line source
" Vim indent file " Language: dune " Maintainers: Markus Mottl <markus.mottl@gmail.com> " URL: https://github.com/ocaml/vim-ocaml " Last Change: 2021 Jan 01 if exists("b:did_indent") finish endif let b:did_indent = 1 " dune format-dune-file uses 1 space to indent setlocal softtabstop=1 shiftwidth=1 expandtab