File tree Expand file tree Collapse file tree 5 files changed +12
-7
lines changed
Expand file tree Collapse file tree 5 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 11tags
22b. *
3- vader.vim
4- vim-repeat
3+ / vader.vim
4+ / vim-repeat
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ Haskell | :heavy_check_mark: | :heavy_check_mark:
6868Java | :heavy_check_mark : | :heavy_check_mark :
6969Javascript | :heavy_check_mark : | :heavy_check_mark :
7070Julia | :x : | :x :
71- Lua | :x : | :x :
71+ Lua | :heavy_check_mark : | :heavy_check_mark :
7272Makefile | :heavy_check_mark : | :heavy_check_mark :
7373Matlab | :x : | :x :
7474PHP | :heavy_check_mark : | :heavy_check_mark :
Original file line number Diff line number Diff line change @@ -68,5 +68,7 @@ Execute (Makefile):
6868 :set filetype=make
6969Execute (Dockerfile):
7070 :set filetype=Dockerfile
71+ Execute (Lua):
72+ :set filetype=lua
7173
7274================================================================================
Original file line number Diff line number Diff line change 1+ print (" [[Vader-workbench]:$1$] DEBUGGING STRING ==> " .. $2 $)
2+ print (" a**2 + b**2: " .. a ** 2 + b ** 2 )
Original file line number Diff line number Diff line change 33
44set -e
55
6- # Do not "cd" to any existing "test" dir from CDPATH!
7- unset CDPATH
86
9- cd " $( dirname " $( dirname " ${BASH_SOURCE[0]} " ) " ) "
7+ oldpwd=$PWD
8+ cd $( dirname $( readlink -f $0 ) ) /..
9+ test -d vader.vim || git clone https://github.com/junegunn/vader.vim.git
10+ test -d vim-repeat || git clone https://github.com/tpope/vim-repeat.git
1011command vim -Nu test/vimrc -c ' Vader! test/*'
11- cd -
12+ cd $oldpwd
You can’t perform that action at this time.
0 commit comments