aboutsummaryrefslogtreecommitdiffstats
path: root/community/nvui/fhs-paths.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/nvui/fhs-paths.patch')
-rw-r--r--community/nvui/fhs-paths.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/community/nvui/fhs-paths.patch b/community/nvui/fhs-paths.patch
new file mode 100644
index 00000000000..b1e797e7828
--- /dev/null
+++ b/community/nvui/fhs-paths.patch
@@ -0,0 +1,15 @@
+From: Jakub Jirutka <jakub@jirutka.cz>
+Date: Thu, 16 Dec 2021 01:20:00 +0100
+Subject: [PATCH] Change paths to follow FHS
+
+--- a/src/constants.hpp
++++ b/src/constants.hpp
+@@ -45,7 +45,7 @@
+ /// Directory for runtime files (doc)
+ inline const QString& script_dir()
+ {
+- static const QString dir = normalize_path("../vim");
++ static const QString dir = normalize_path("../share/nvui/vim");
+ return dir;
+ }
+