Tony Mechelynck wrote: > On Sun, Jan 24, 2016 at 8:36 PM, Bram Moolenaar <[email protected]> wrote: > > > > 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. > > Files: src/channel.c, src/netbeans.c, src/proto/channel.pro, > > src/proto/netbeans.pro, src/proto/gui_w32.pro, src/gui_w32.c, > > src/eval.c, src/os_mswin.c, src/ui.c, src/macros.h, Makefile, > > src/proto.h, src/feature.h, src/os_unix.c, src/vim.h, > > src/configure.in, src/auto/configure, src/config.mk.in, > > src/config.aap.in, src/config.h.in, src/Make_bc5.mak, > > src/Make_cyg_ming.mak, src/Make_mvc.mak > > > > Missing feature in :version -- > > After adding patches 7.4. 1169 to 1172, I can see neither +channel in > my Huge gvim's :version output nor -channel in my Tiny vi's, though > :echo has('channel') answers 1 in the former (and of course E319 > "Sorry, the command is not available in this version" in the latter, > compiled with -eval). I would expect that string to appear between > ±byte_offset and ±cindent, but it doesn't.
I hadn't added it yet, can do that now. Even though it's not really doing anything yet... -- The 50-50-90 rule: Anytime you have a 50-50 chance of getting something right, there's a 90% probability you'll get it wrong. /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
