Mercurial > vim
view runtime/ftplugin/mma.vim @ 32180:79ab211a3676 v9.0.1421
patch 9.0.1421: Nu files are not recognized
Commit: https://github.com/vim/vim/commit/8aa2a37f8983a7863afa32d9ffbe64b2f2bc70be
Author: Amaan Qureshi <amaanq12@gmail.com>
Date: Tue Mar 21 21:28:06 2023 +0000
patch 9.0.1421: Nu files are not recognized
Problem: Nu files are not recognized.
Solution: Add a pattern for Nu files. (Amaan Qureshi, closes https://github.com/vim/vim/issues/12172)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Tue, 21 Mar 2023 22:30:04 +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*\)