Mercurial > vim
view runtime/ftplugin/udevconf.vim @ 15107:6344377dc7dc v8.1.0564
patch 8.1.0564: setting v:errors to wrong type still possible
commit https://github.com/vim/vim/commit/88b53fd0521d1e62df17a8a1f2181425e9d4854c
Author: Bram Moolenaar <Bram@vim.org>
Date: Wed Dec 5 18:43:28 2018 +0100
patch 8.1.0564: setting v:errors to wrong type still possible
Problem: Setting v:errors to wrong type still possible.
Solution: Return after giving an error message. (Christian Brabandt)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Wed, 05 Dec 2018 18:45:06 +0100 |
parents | 1218c5353e2b |
children |
line wrap: on
line source
" Vim filetype plugin file " Language: udev(8) 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