Mercurial > vim
view runtime/ftplugin/apache.vim @ 34669:fe206762c077
Update README.txt and README.md (#14313)
Commit: https://github.com/vim/vim/commit/b75825f749cf87feb9ae8e7e5327bd2efe707c86
Author: Restorer <69863286+RestorerZ@users.noreply.github.com>
Date: Thu Mar 28 09:14:47 2024 +0000
Update README.txt and README.md (https://github.com/vim/vim/issues/14313)
Signed-off-by: RestorerZ <restorer@mail2k.ru>
Signed-off-by: Christian Brabandt <cb@256bit.org>
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Thu, 28 Mar 2024 10:15:11 +0100 |
parents | eb2638f278bf |
children |
line wrap: on
line source
" Vim filetype plugin " Language: apache configuration file " Maintainer: Per Juchtmans <dubgeiser+vimNOSPAM@gmail.com> " Last Change: 2022 Oct 22 if exists("b:did_ftplugin") finish endif let b:did_ftplugin = 1 setlocal comments=:# setlocal commentstring=#\ %s let b:undo_ftplugin = "setlocal comments< commentstring<" " vim: nowrap sw=2 sts=2 ts=8 noet: