view runtime/ftplugin/sexplib.vim @ 33779:731efc10982a

Added tag v9.0.2109 for changeset 06ad070cda83f04c5da18707a842e795bac21633
author Christian Brabandt <cb@256bit.org>
date Thu, 16 Nov 2023 22:15:12 +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<"