view runtime/ftplugin/manconf.vim @ 35103:4e1c91683c8e default tip

translation(de): update German menu Commit: https://github.com/vim/vim/commit/f1d3913a8020b3de79e489ef62b2a26a60bd318a Author: Oleg Zadorozhnyi <lesorubshayan@gmail.com> Date: Thu May 2 13:14:13 2024 +0200 translation(de): update German menu closes: https://github.com/vim/vim/issues/14702 Signed-off-by: Oleg Zadorozhnyi <lesorubshayan@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Thu, 02 May 2024 13:30:03 +0200
parents 1218c5353e2b
children
line wrap: on
line source

" Vim filetype plugin file
" Language:             man.conf(5) - man 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