Mercurial > vim
view runtime/ftplugin/a2ps.vim @ 27488:07da466dcf6d v8.2.4272
patch 8.2.4272: Vim9 expr test fails without the channel feature
Commit: https://github.com/vim/vim/commit/eb6c2765959c91ddbb527f96f91ba5be199b8d41
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Jan 31 13:36:36 2022 +0000
patch 8.2.4272: Vim9 expr test fails without the channel feature
Problem: Vim9 expr test fails without the channel feature. (Dominique
Pell?)
Solution: Remove "g:" before "CheckFeature". (closes #9671)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Mon, 31 Jan 2022 14:45:04 +0100 |
parents | 1218c5353e2b |
children |
line wrap: on
line source
" Vim filetype plugin file " Language: a2ps(1) 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