File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,6 @@ highlighting.
58
58
- Initial working folder should check if any MATLAB files are present
59
59
- Add a nice demo gif to this README
60
60
- Display breakpoints (?)
61
- - Paths with spaces do not work
62
61
- Running blocks - pretty tricky, I would need to find the code inside this group of percentage sign, strip out all
63
62
comments and empty lines, add them all together with correct escaping and send it into a tmux command to be executed.
64
63
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ function! matlab#start_server(...)
18
18
if matlab#_get_server_pane () == -1
19
19
" Create new pane, start matlab in it and save its id
20
20
" Yeah, this is a reeeeally long command
21
- let startup_command = ' cd ' .matlab#_get_project_root ().' ;'
21
+ let startup_command = ' cd ' .shellescape ( matlab#_get_project_root () ).' ;'
22
22
23
23
" Treat optional second argument: add command to startup
24
24
if a: 0 > 1
You can’t perform that action at this time.
0 commit comments