aboutsummaryrefslogtreecommitdiff
path: root/runtime/ftplugin
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2019-07-29 03:14:34 +0200
committerJustin M. Keyes <justinkz@gmail.com>2019-07-29 20:50:07 +0200
commitb5cb6c743afea565a2586490fc5a5b151ddbbfbb (patch)
tree59c5fca5c2e2e2ec9df487d324ded717924308c4 /runtime/ftplugin
parent6fed5051008ec464316e6045cb7a900a329929d3 (diff)
downloadrneovim-b5cb6c743afea565a2586490fc5a5b151ddbbfbb.tar.gz
rneovim-b5cb6c743afea565a2586490fc5a5b151ddbbfbb.tar.bz2
rneovim-b5cb6c743afea565a2586490fc5a5b151ddbbfbb.zip
vim-patch:2a953fcf107d
Updated runtime files. https://github.com/vim/vim/commit/2a953fcf107d24229fec8af820ee62c908caafbf
Diffstat (limited to 'runtime/ftplugin')
-rw-r--r--runtime/ftplugin/mma.vim16
1 files changed, 16 insertions, 0 deletions
diff --git a/runtime/ftplugin/mma.vim b/runtime/ftplugin/mma.vim
new file mode 100644
index 0000000000..ce4cee18ae
--- /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*\)