Mercurial > vim
view runtime/ftplugin/xinetd.vim @ 14013:a04738ab7670 v8.1.0024
patch 8.1.0024: % command not testded on #ifdef and comment
commit https://github.com/vim/vim/commit/6b69e5c646faecf2a686bfe71dc17a2a1c6d344f
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat May 26 18:39:32 2018 +0200
patch 8.1.0024: % command not testded on #ifdef and comment
Problem: % command not testded on #ifdef and comment.
Solution: Add tests. (Dominique Pelle, closes https://github.com/vim/vim/issues/2956)
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sat, 26 May 2018 18:45:05 +0200 |
parents | 1218c5353e2b |
children |
line wrap: on
line source
" Vim filetype plugin file " Language: xinetd.conf(5) 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< inc< fo<" setlocal comments=:# commentstring=#\ %s include=^\\s*include setlocal formatoptions-=t formatoptions+=croql let &cpo = s:cpo_save unlet s:cpo_save