mirror of
https://github.com/vim/vim
synced 2025-07-16 01:01:58 +00:00
patch 8.2.0516: client-server code is spread out
Problem: Client-server code is spread out. Solution: Move client-server code to a new file. (Yegappan Lakshmanan, closes #5885)
This commit is contained in:
@ -68,6 +68,7 @@ extern int _stricoll(char *a, char *b);
|
||||
# include "change.pro"
|
||||
# include "charset.pro"
|
||||
# include "cindent.pro"
|
||||
# include "clientserver.pro"
|
||||
# include "clipboard.pro"
|
||||
# include "cmdexpand.pro"
|
||||
# include "cmdhist.pro"
|
||||
|
Reference in New Issue
Block a user