Mercurial > vim
view runtime/ftplugin/meson.vim @ 23567:cd6b9bc51d58 v8.2.2326
patch 8.2.2326: build error with +eval feature but without +spell
Commit: https://github.com/vim/vim/commit/086ae06862077ba228fcae777f2a0b41416c11bb
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Jan 10 22:56:36 2021 +0100
patch 8.2.2326: build error with +eval feature but without +spell
Problem: Build error with +eval feature but without +spell.
Solution: Adjust #ifdef. (John Marriott)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sun, 10 Jan 2021 23:00:04 +0100 |
parents | 6d11fc4aa683 |
children | 840665e74421 |
line wrap: on
line source
" Vim filetype plugin file " Language: meson " License: VIM License " Original Author: Laurent Pinchart <laurent.pinchart@ideasonboard.com> " Last Change: 2018 Nov 27 if exists("b:did_ftplugin") | finish | endif let b:did_ftplugin = 1 let s:keepcpo= &cpo set cpo&vim setlocal commentstring=#\ %s setlocal comments=:# setlocal shiftwidth=2 setlocal softtabstop=2 let &cpo = s:keepcpo unlet s:keepcpo