Mercurial > vim
view runtime/ftplugin/protocols.vim @ 15113:ae25a1172514 v8.1.0567
patch 8.1.0567: error for NUL byte in ScreenLines goes unnoticed
commit https://github.com/vim/vim/commit/4087bfd96d0d70791a1572ac4b40d5a655e2166b
Author: Bram Moolenaar <Bram@vim.org>
Date: Fri Dec 7 13:26:39 2018 +0100
patch 8.1.0567: error for NUL byte in ScreenLines goes unnoticed
Problem: Error for NUL byte in ScreenLines goes unnoticed.
Solution: Add an internal error message.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Fri, 07 Dec 2018 13:30:08 +0100 |
parents | 1218c5353e2b |
children |
line wrap: on
line source
" Vim filetype plugin file " Language: protocols(5) - Internet protocols definition 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