Mercurial > vim
view runtime/ftplugin/loginaccess.vim @ 24944:d8216679a971 v8.2.3009
patch 8.2.3009: startup test may hang
Commit: https://github.com/vim/vim/commit/b90ac5e96e40706ffb039db64b92fcd16fa78c04
Author: Bram Moolenaar <Bram@vim.org>
Date: Wed Jun 16 10:59:36 2021 +0200
patch 8.2.3009: startup test may hang
Problem: Startup test may hang.
Solution: Do not run the test in the GUI.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Wed, 16 Jun 2021 11:00:03 +0200 |
parents | 1218c5353e2b |
children |
line wrap: on
line source
" Vim filetype plugin file " Language: login.access(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< fo<" setlocal comments=:# commentstring=#\ %s formatoptions-=t formatoptions+=croql let &cpo = s:cpo_save unlet s:cpo_save