Mercurial > vim
view runtime/ftplugin/modconf.vim @ 31523:25d8ba667c5a v9.0.1094
patch 9.0.1094: compiler warning when HAS_MESSAGE_WINDOW is not defined
Commit: https://github.com/vim/vim/commit/9b99411b93f017609399e04527fdd3b6e83b5a55
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Dec 25 15:59:25 2022 +0000
patch 9.0.1094: compiler warning when HAS_MESSAGE_WINDOW is not defined
Problem: Compiler warning when HAS_MESSAGE_WINDOW is not defined.
Solution: Add UNUSED.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sun, 25 Dec 2022 17:00:05 +0100 |
parents | 1218c5353e2b |
children | d23645a0aca8 |
line wrap: on
line source
" Vim filetype plugin file " Language: modules.conf(5) configuration 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< inc< fo<" setlocal comments=:# commentstring=#\ %s include=^\\s*include setlocal formatoptions-=t formatoptions+=croql let &cpo = s:cpo_save unlet s:cpo_save