Mercurial > vim
view runtime/ftplugin/protocols.vim @ 31537:91924f1b59af v9.0.1101
patch 9.0.1101: unused global variable
Commit: https://github.com/vim/vim/commit/b536540ab3c13db629432c411e92c05c4a3808ba
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Dec 26 14:37:44 2022 +0000
patch 9.0.1101: unused global variable
Problem: Unused global variable.
Solution: Remove the variable. (closes https://github.com/vim/vim/issues/11752)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Mon, 26 Dec 2022 15:45:03 +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