commit 940d8348657f1b0e7234f73468850f5148d3de92
parent cf297918882073c40426220482933c888dda9279
Author: mcol <mcol@posteo.net>
Date: Sun, 28 Oct 2018 08:08:49 +0000
last updates before moving remote
Diffstat:
3 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/ftplugin/matlab.vim b/ftplugin/matlab.vim
@@ -36,15 +36,13 @@ let &cpo = s:save_cpo
-" Everything below here is my own configuration of found pieces.
-
"------------------------------------------------------------------
" mlint code checking
"------------------------------------------------------------------
" mlint is symlinked into $PATH from <MATLABROOT>/bin/<ARCH>
" mlint.vim from vim-matlab appears to not get sourced automatically
-source ~/.vim/bundle/vimlab/compiler/mlint.vim
+runtime vimlab/compiler/mlint.vim
" check code by running mlin
nnoremap <Leader>cc :make<CR>
@@ -58,7 +56,7 @@ nnoremap <Leader>cp :cp<CR>
"------------------------------------------------------------------
-" Folding
+" Folding (vim-matlab-behave i think)
"------------------------------------------------------------------
" make section title bold
diff --git a/op.m b/op.m
@@ -37,6 +37,9 @@ function exitcode = op(name, server, term)
% exitcode : the exit code returned from the executed system command.
% This might be useful for debugging.
%
+%
+% Author: MColligan
+%
% deal with inputs
diff --git a/syntax/add-syntax-functions.sh b/syntax/add-syntax-functions.sh
@@ -15,6 +15,9 @@
# may need changing):
# 0 12 * * 1 $HOME/.vim/bundle/vimlab/syntax/add-syntax-functions.sh
#
+#
+# Author: MColligan
+#
# This file lists directories in which all m files will be added for syntax