0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

updated for version 7.3.1213

Problem:    Can't build with small features and Python.
Solution:   Adjust #ifdefs.
This commit is contained in:
Bram Moolenaar
2013-06-16 17:32:40 +02:00
parent 6949eea7cc
commit 8c0e322f18
4 changed files with 38 additions and 16 deletions

View File

@@ -984,6 +984,10 @@ do_bufdel(command, arg, addr_count, start_bnr, end_bnr, forceit)
return errormsg;
}
#endif /* FEAT_LISTCMDS */
#if defined(FEAT_LISTCMDS) || defined(FEAT_PYTHON) \
|| defined(FEAT_PYTHON3) || defined(PROTO)
/*
* Implementation of the commands for the buffer list.
@@ -1364,8 +1368,7 @@ do_buffer(action, start, dir, count, forceit)
return OK;
}
#endif /* FEAT_LISTCMDS */
#endif
/*
* Set current buffer to "buf". Executes autocommands and closes current