ソースを参照
Fix regression with nnn.vim
master
Arun Prakash Jana
6年前
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: A75979F35C080412
-
src/nnn.c
|
|
@@ -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; |
|
|
|
} |
|
|
|