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