view runtime/ftplugin/setserial.vim @ 35087:0a5114d897d6 default tip

runtime(doc): Add tags about lazyloading of menu (#14688) Commit: https://github.com/vim/vim/commit/ca4b81a7ae9ed524c7097dda2638cf55f2672afc Author: K.Takata <kentkt@csc.jp> Date: Wed May 1 18:35:32 2024 +0900 runtime(doc): Add tags about lazyloading of menu (https://github.com/vim/vim/issues/14688) Close https://github.com/vim/vim/issues/14672 Also add the `g:` prefix. Signed-off-by: Ken Takata <kentkt@csc.jp> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Wed, 01 May 2024 11:45:12 +0200
parents 1218c5353e2b
children
line wrap: on
line source

" Vim filetype plugin file
" Language:             setserial(8) configuration file
" Previous Maintainer:  Nikolai Weibull <now@bitwi.se>
" Latest Revision:      2008-07-09

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

let s:cpo_save = &cpo
set cpo&vim

let b:undo_ftplugin = "setl com< cms< fo<"

setlocal comments=:# commentstring=#\ %s formatoptions-=t formatoptions+=croql

let &cpo = s:cpo_save
unlet s:cpo_save