view runtime/ftplugin/sexplib.vim @ 34872:d8c90ada53f5

Added tag v9.1.0302 for changeset 23dc393eadc70893fb2ba0a451f3ae85eed0d945
author Christian Brabandt <cb@256bit.org>
date Wed, 10 Apr 2024 22:45:03 +0200
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<"