Mercurial > vim
view runtime/ftplugin/hostconf.vim @ 31930:e3ab1d0f2ef9 v9.0.1297
patch 9.0.1297: wrong value for $LC_CTYPE makes the environ test fail
Commit: https://github.com/vim/vim/commit/962d91643520ec3748fcf5af3263d89ccfcdda92
Author: WuerfelDev <dev@wuerfeldev.de>
Date: Fri Feb 10 20:49:08 2023 +0000
patch 9.0.1297: wrong value for $LC_CTYPE makes the environ test fail
Problem: Wrong value for $LC_CTYPE makes the environ test fail.
Solution: Unset $LC_CTYPE when running tests. (closes https://github.com/vim/vim/issues/11963)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Fri, 10 Feb 2023 22:00:03 +0100 |
parents | 1218c5353e2b |
children |
line wrap: on
line source
" Vim filetype plugin file " Previous Maintainer: Nikolai Weibull <now@bitwi.se> " Latest Revision: 2007-12-04 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