Mercurial > vim
view runtime/ftplugin/loginaccess.vim @ 24412:0e0943dfdbf9 v8.2.2746
patch 8.2.2746: check for duplicate arguments does not work
Commit: https://github.com/vim/vim/commit/87795939d01932b0d8155fd69c7494fa51c523f3
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Apr 10 18:21:30 2021 +0200
patch 8.2.2746: check for duplicate arguments does not work
Problem: Check for duplicate arguments does not work.
Solution: Correct condition.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sat, 10 Apr 2021 18:30:04 +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