Mercurial > vim
view runtime/ftplugin/m4.vim @ 14191:ec39f281e3e8 v8.1.0113
patch 8.1.0113: compiler warning for unused variable
commit https://github.com/vim/vim/commit/829adb74605604ff0bec33862cde850efb294711
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Jun 24 19:24:03 2018 +0200
patch 8.1.0113: compiler warning for unused variable
Problem: Compiler warning for unused variable. (Yegappan Lakshmanan)
Solution: Add UNUSED. (Christian Brabandt)
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sun, 24 Jun 2018 19:30:05 +0200 |
parents | 1218c5353e2b |
children |
line wrap: on
line source
" Vim filetype plugin file " Language: m4 " 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=:#,:dnl commentstring=dnl\ %s setlocal formatoptions-=t formatoptions+=croql let &cpo = s:cpo_save unlet s:cpo_save