Mercurial > vim
view runtime/ftplugin/dune.vim @ 24561:f6049d3ab81c v8.2.2820
patch 8.2.2820: session file may divide by zero
Commit: https://github.com/vim/vim/commit/b6c2e9a010ebd7db586081957e634903d4972fa1
Author: Bram Moolenaar <Bram@vim.org>
Date: Fri Apr 30 21:37:51 2021 +0200
patch 8.2.2820: session file may divide by zero
Problem: Session file may divide by zero.
Solution: Avoid writing difide by zero. (closes https://github.com/vim/vim/issues/8162)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Fri, 30 Apr 2021 21:45: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+=#,?,.,/