Mercurial > vim
view runtime/ftplugin/mma.vim @ 31089:bbd5549acced v9.0.0879
patch 9.0.0879: unnecessary nesting in makefile
Commit: https://github.com/vim/vim/commit/dcbdd82d059a9b621e09f4447446a92ae2562e16
Author: K.Takata <kentkt@csc.jp>
Date: Mon Nov 14 14:50:15 2022 +0000
patch 9.0.0879: unnecessary nesting in makefile
Problem: Unnecessary nesting in makefile.
Solution: Join "else" and "ifeq". (Ken Takata, closes https://github.com/vim/vim/issues/11547)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Mon, 14 Nov 2022 16:00:05 +0100 |
parents | 7cfe57329284 |
children | 7c7432a53a6c |
line wrap: on
line source
" Vim filetype plugin file " Language: Mathematica " Maintainer: Ian Ford <ianf@wolfram.com> " Last Change: 22 January 2019 " Only do this when not done yet for this buffer if exists("b:did_ftplugin") finish endif " Don't load another plugin for this buffer let b:did_ftplugin = 1 let b:undo_ftplugin = "setlocal commentstring<" setlocal commentstring=\(*%s*\)