Mercurial > vim
view runtime/ftplugin/sexplib.vim @ 34330:518e6f36a844
Added tag v9.1.0098 for changeset a059fc613d55d18a5f6b57feb9c503dff63a3c11
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sun, 11 Feb 2024 18:00:04 +0100 |
parents | 02939ae3aaca |
children |
line wrap: on
line source
" Vim filetype plugin file " Language: Sexplib " Maintainer: Markus Mottl <markus.mottl@gmail.com> " URL: https://github.com/ocaml/vim-ocaml " Last Change: " 2023 Aug 28 - Added undo_ftplugin (Vim Project) " 2017 Apr 12 - First version (MM) if exists("b:did_ftplugin") finish endif let b:did_ftplugin=1 " Comment string setl commentstring=;\ %s setl comments=:; let b:undo_ftplugin = "setl cms< com<"