Fix argument handling
This commit is contained in:
parent
dc32716e80
commit
7528308744
1 changed files with 1 additions and 1 deletions
|
@ -1,2 +1,2 @@
|
|||
#!/bin/sh
|
||||
/usr/bin/gnome-terminal -- /usr/bin/nvim $*
|
||||
/usr/bin/gnome-terminal -- /usr/bin/nvim "$1"
|
||||
|
|
Loading…
Reference in a new issue