Mercurial > vim
view runtime/ftplugin/slpspi.vim @ 16780:491c01280a5d v8.1.1392
patch 8.1.1392: build failure in tiny version
commit https://github.com/vim/vim/commit/682725c1415f50681877df60257115a966e2a3d4
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat May 25 20:10:37 2019 +0200
patch 8.1.1392: build failure in tiny version
Problem: Build failure in tiny version.
Solution: Define ex_popupclear to ex_ni if not implemented. Add UNUSED.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sat, 25 May 2019 20:15:04 +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