]> granicus.if.org Git - vim/commit
patch 7.4.1169 v7.4.1169
authorBram Moolenaar <Bram@vim.org>
Sun, 24 Jan 2016 19:36:41 +0000 (20:36 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 24 Jan 2016 19:36:41 +0000 (20:36 +0100)
commite0874f8cbcddfcf9965a85ba35199964efb1d01a
tree02cba2d1d135a96e3983f0676bb11da770ab0426
parent705ada1aff27ecd9c47c690df817d043c2ceb5e2
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.
22 files changed:
src/Make_bc5.mak
src/Make_cyg_ming.mak
src/Make_mvc.mak
src/auto/configure
src/channel.c [new file with mode: 0644]
src/config.aap.in
src/config.h.in
src/config.mk.in
src/configure.in
src/eval.c
src/feature.h
src/gui_w32.c
src/macros.h
src/netbeans.c
src/os_mswin.c
src/os_unix.c
src/proto.h
src/proto/channel.pro [new file with mode: 0644]
src/proto/netbeans.pro
src/ui.c
src/version.c
src/vim.h