view runtime/ftplugin/xcompose.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 4006051bf85d
children
line wrap: on
line source

" Vim filetype plugin file
" Language:	XCompose
" Maintainer:	ObserverOfTime <chronobserver@disroot.org
" Last Change:	2023 Nov 09

if exists('b:did_ftplugin')
  finish
endif
let b:did_ftplugin = 1

setl comments=:# commentstring=#\ %s

let b:undo_ftplugin = 'setl com< cms<'