comparison runtime/ftplugin/dune.vim @ 17261:432714f5c0f7

Update runtime files commit https://github.com/vim/vim/commit/790c18bfa5dfeca51749b752dddc41e60cb3fa54 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jul 4 17:22:06 2019 +0200 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Thu, 04 Jul 2019 17:30:05 +0200
parents
children 15fa3923cc49
comparison
equal deleted inserted replaced
17260:9d5a97ea1871 17261:432714f5c0f7
1 " Language: Dune buildsystem
2 " Maintainer: Markus Mottl <markus.mottl@gmail.com>
3 " Anton Kochkov <anton.kochkov@gmail.com>
4 " URL: https://github.com/rgrinberg/vim-ocaml
5 " Last Change:
6 " 2018 Nov 3 - Added commentstring (Markus Mottl)
7 " 2017 Sep 6 - Initial version (Etienne Millon)
8
9 if exists("b:did_ftplugin")
10 finish
11 endif
12 let b:did_ftplugin=1
13
14 set lisp
15
16 " Comment string
17 setl commentstring=;\ %s
18 setl comments=:;
19
20 setl iskeyword+=#,?,.,/