mirror of
https://github.com/zoriya/vim.git
synced 2025-12-19 05:35:17 +00:00
patch 7.4.1169
Problem: The socket I/O is intertwined with the netbeans code.
Solution: Start refactoring the netbeans communication to split off the
socket I/O. Add the +channel feature.
This commit is contained in:
@@ -13083,6 +13083,9 @@ f_has(argvars, rettv)
|
||||
#ifdef FEAT_BYTEOFF
|
||||
"byte_offset",
|
||||
#endif
|
||||
#ifdef FEAT_CHANNEL
|
||||
"channel",
|
||||
#endif
|
||||
#ifdef FEAT_CINDENT
|
||||
"cindent",
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user