You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
573 B
14 lines
573 B
diff -u -r ../neovim-master/src/nvim/os/stdpaths.c ./src/nvim/os/stdpaths.c
|
|
--- ../neovim-master/src/nvim/os/stdpaths.c 2015-11-01 16:16:38.000000000 -0500
|
|
+++ ./src/nvim/os/stdpaths.c 2015-11-02 14:12:12.770172673 -0500
|
|
@@ -34,8 +34,8 @@
|
|
[kXDGDataHome] = "~/.local/share",
|
|
[kXDGCacheHome] = "~/.cache",
|
|
[kXDGRuntimeDir] = NULL,
|
|
- [kXDGConfigDirs] = "/etc/xdg/",
|
|
- [kXDGDataDirs] = "/usr/local/share/:/usr/share/",
|
|
+ [kXDGConfigDirs] = "@TERMUX_PREFIX@/etc/xdg/",
|
|
+ [kXDGDataDirs] = "@TERMUX_PREFIX@/usr/local/share/:@TERMUX_PREFIX@/usr/share/",
|
|
#endif
|
|
};
|
|
|
|
|