diff runtime/ftplugin/mma.vim @ 15640:7cfe57329284

Updated runtime files. commit https://github.com/vim/vim/commit/2a953fcf107d24229fec8af820ee62c908caafbf Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 26 17:41:47 2019 +0100 Updated runtime files.
author Bram Moolenaar <Bram@vim.org>
date Sat, 26 Jan 2019 17:45:13 +0100
parents
children
line wrap: on
line diff
new file mode 100644
--- /dev/null
+++ b/runtime/ftplugin/mma.vim
@@ -0,0 +1,16 @@
+" 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*\)