Hi Chip, 2015-12-9(Wed) 8:26:41 UTC+9 Charles Campbell: > Hello! > > Bram asked me to send you my small script which evokes a problem I'm > having with Patch #866. To use it: > > vim -u NONE Hang.vim > :set nocp > :so % > :Hang > > What happens: Hang sets up a remote gvim server which also sources > Hang.vim. The server then gets told to call Hang#ToClient() which uses > server2client() to send the string "server's reply". The :Hang command > has the client wait for a reply -- which, with patch#866, it doesn't > get. Without patch#866, the communications work properly. Hope you can > fix this! RIght now I'm running a vim without patch#866 because a > script I use uses this type of communications procedure.
I can not reproduce it. Works properly. Did you check the following reply from Bram? https://groups.google.com/d/msg/vim_dev/21M-4aY3BQA/D2zNiua3BAAJ B> Did you also include the patches after that which fixed some problems? B> At least 7.4.897 and 7.4.928. What OS are you using? What version of your Vim? Below is the environment that I was confirmed: -------- OS env $ uname -a Linux localhost.localdomain 4.1.10-100.fc21.x86_64 #1 SMP Mon Oct 5 14:21:25 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux $ cat /etc/redhat-release Fedora release 21 (Twenty One) -------- Vim env configure option: --with-features=huge --enable-fail-if-missing --enable-gui=gnome2 :ver VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Dec 9 2015 09:59:20) Included patches: 1-963 Compiled by [email protected] Huge version with GTK2-GNOME GUI. ... -------- Confirm result: The following message has been displayed in the vim. GOT HERE#1 GOT HERE#2 GOT HERE#3 server's reply Press ENTER or type command to continue The following message has been displayed in the gvim. GOT HERE#3 GOT HERE#4 Press ENTER or type command to continue -- Best regards, Hirohito Higashi (a.k.a h_east) -- -- 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.
