Mercurial > vim
view runtime/ftplugin/a2ps.vim @ 25705:f165d99cda45 v8.2.3388
patch 8.2.3388: fnamemodify('path/..', ':p') differs from using 'path/../'
Commit: https://github.com/vim/vim/commit/4eaef9979fc5032606897963f1af37674ee0d422
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Aug 30 21:26:16 2021 +0200
patch 8.2.3388: fnamemodify('path/..', ':p') differs from using 'path/../'
Problem: fnamemodify('path/..', ':p') differs from using 'path/../'.
Solution: Include the "/.." in the directory name. (closes https://github.com/vim/vim/issues/8808)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Mon, 30 Aug 2021 21:30:04 +0200 |
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