Mercurial > vim
view runtime/ftplugin/dune.vim @ 23092:c713358da074 v8.2.2092
patch 8.2.2092: Vim9: unpredictable errors for script tests
Commit: https://github.com/vim/vim/commit/2d870f8d9ebad22d32799d0d0ee30943d0a0e49d
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Dec 5 13:41:01 2020 +0100
patch 8.2.2092: Vim9: unpredictable errors for script tests
Problem: Vim9: unpredictable errors for script tests.
Solution: Use a different script file name for each run.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sat, 05 Dec 2020 13:45:04 +0100 |
parents | 432714f5c0f7 |
children | 15fa3923cc49 |
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/rgrinberg/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+=#,?,.,/