mirror of
https://github.com/neovim/neovim.git
synced 2025-09-26 04:58:33 +00:00
build: remove USEMAN_S
This commit is contained in:
@@ -53,7 +53,6 @@
|
||||
#cmakedefine HAVE_WORKING_LIBINTL
|
||||
#cmakedefine UNIX
|
||||
#cmakedefine USE_FNAME_CASE
|
||||
#define USEMAN_S 1
|
||||
|
||||
#define FEAT_BROWSE
|
||||
#define FEAT_CSCOPE
|
||||
|
@@ -1329,9 +1329,7 @@ return {
|
||||
expand=true,
|
||||
varname='p_kp',
|
||||
defaults={
|
||||
condition='USEMAN_S',
|
||||
if_true={vi="man -s"},
|
||||
if_false={vi="man"},
|
||||
}
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user