mirror of
https://github.com/jarun/nnn.git
synced 2025-03-26 00:04:11 +00:00
Fix regression with nnn.vim
This commit is contained in:
parent
d5245ac5ec
commit
5d9bfed5a3
1 changed files with 1 additions and 1 deletions
|
@ -4005,7 +4005,7 @@ int main(int argc, char *argv[])
|
|||
else {
|
||||
/* copier used as tmp var */
|
||||
copier = realpath(optarg, g_cppath);
|
||||
if (!copier) {
|
||||
if (!g_cppath[0]) {
|
||||
xerror();
|
||||
return 1;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue