Mercurial > vim
view runtime/ftplugin/dune.vim @ 24739:68e3adbeaf20 v8.2.2908
patch 8.2.2908: crash when using a terminal popup window from cmdline window
Commit: https://github.com/vim/vim/commit/e5b4486c4279a9674a9bb76130b4db53fb9303a0
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun May 30 13:54:03 2021 +0200
patch 8.2.2908: crash when using a terminal popup window from cmdline window
Problem: Crash when using a terminal popup window from the cmdline window.
Solution: Instead of checking cmdwin_type call cmdwin_is_active().
(closes #8286)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sun, 30 May 2021 14:00:05 +0200 |
parents | 15fa3923cc49 |
children | 02939ae3aaca |
line wrap: on
line source
" Language: Dune buildsystem " Maintainer: Markus Mottl <markus.mottl@gmail.com> " Anton Kochkov <anton.kochkov@gmail.com> " URL: https://github.com/ocaml/vim-ocaml " Last Change: " 2018 Nov 3 - Added commentstring (Markus Mottl) " 2017 Sep 6 - Initial version (Etienne Millon) if exists("b:did_ftplugin") finish endif let b:did_ftplugin=1 set lisp " Comment string setl commentstring=;\ %s setl comments=:; setl iskeyword+=#,?,.,/