Re: vim server ? security hole?

2006-07-27 Thread Bram Moolenaar
Marc Weber wrote: I did notice that you can do su gvim :echo SERVERNAME and then using another user gvim --servername=GVIMxx --remote-send='!/dowhatyouwant ;-)' Thus: If you know your admin is using vim you can easily try to get one gvim instance to execute arbitrary commands as

Re: vim server ? security hole?

2006-07-27 Thread Nikolai Weibull
On 7/27/06, Bram Moolenaar [EMAIL PROTECTED] wrote: Vim uses the X server for communication. Only users with write access to the X server can send a message to Vim. And if you have write access, you are also able to send keystrokes to another process, thus you can do anything anyway. E.g.,

Re: Patch 7.0.040

2006-07-27 Thread Christian J. Robinson
Today (Thu, 27 Jul 2006), Bram Moolenaar wrote: Yesterday (Sun, 23 Jul 2006), Bram Moolenaar wrote: While the return values are now correct, I still can't select the last item(s) in an inputlist() when cmdheight 1. It appears to work just fine for me. Can you give a specific example?

Syntax Feature Request

2006-07-27 Thread Peter Hodge
Hello all, I just want to throw this idea out there as a potential solution to the problems I am having with the PHP syntax. It would be helpful to be able to name sequential 'nextgroups' for regions and matches, so that the syntax will highlight an area using certain groups in specific order.