vim*: fix :Man a bit

This commit is contained in:
Vladimír Čunát
2016-11-07 18:55:21 +01:00
parent 51feecbe88
commit 996d8ddd99
3 changed files with 9 additions and 2 deletions
+7
View File
@@ -13,6 +13,13 @@ rec {
hardeningDisable = [ "fortify" ];
postPatch =
# Use man from $PATH; escape sequences are still problematic.
''
substituteInPlace runtime/ftplugin/man.vim \
--replace "/usr/bin/man " "man "
'';
meta = with lib; {
description = "The most popular clone of the VI editor";
homepage = http://www.vim.org;