Hi, I'm the maintainer of Vim-R-plugin which may start a separate Vim instance to run an "Object Browser". This Vim instance has a UDP server running in a new thread. The server is written in Python and it receives messages from R to update the list of objects. This Vim instance isn't used to edit code and thus there is no problem if Vim code is executed from the server thread.
Problem: The server stopped working after patch 691. The problem is the line 748 of src/if_python.c. If I delete this line, the server works as before. The server is created by the function VimServer() of https://github.com/jcfaria/Vim-R-plugin/blob/master/r-plugin/vimcom.py I'm far from an expert in Python programming, and I don't know how to solve the problem. Any help is appreciated. Thanks -- Jakson Alves de Aquino Federal University of CearĂ¡ Social Sciences Department www.lepem.ufc.br/aquino.php -- 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
