Mercurial > vim
view runtime/ftplugin/slpspi.vim @ 20557:1f08c49d8cfe v8.2.0832
patch 8.2.0832: compiler warning for uninitialized variable
Commit: https://github.com/vim/vim/commit/a55ba06f6904af3d6a78fc90358cf72d4f2e8450
Author: Bram Moolenaar <Bram@vim.org>
Date: Wed May 27 21:29:04 2020 +0200
patch 8.2.0832: compiler warning for uninitialized variable
Problem: Compiler warning for uninitialized variable. (Tony Mechelynck)
Solution: Add initial value.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Wed, 27 May 2020 21:30:05 +0200 |
parents | 1218c5353e2b |
children |
line wrap: on
line source
" Vim filetype plugin file " Language: RFC 2614 - An API for Service Location SPI 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 setlocal formatoptions-=t formatoptions+=croql let &cpo = s:cpo_save unlet s:cpo_save