Re: Can remote-send trigger Tab-completion?

2015-05-06 Thread Jacky Liu
On Monday, May 4, 2015 at 9:43:26 PM UTC+8, Ivan wrote: > I'm sending keys from a shell to a running Vim instance using the > "--remote-send" option. I want to trigger Tab-completion on Vim's command > line (e.g. `vim --remote-send ":ed"` -> ":edit") but it ends up > inserting a Tab character ra

Re: Can remote-send trigger Tab-completion?

2015-05-06 Thread Ivan
On Monday, May 4, 2015 at 9:43:26 AM UTC-4, Ivan wrote: > I'm sending keys from a shell to a running Vim instance using the > "--remote-send" option. I want to trigger Tab-completion on Vim's command > line (e.g. `vim --remote-send ":ed"` -> ":edit") but it ends up > inserting a Tab character ra

Re: Problem with gvim, latexsuite and japanese input

2015-05-06 Thread mattn
Bram, we multi-byte users want to fix. Most of users that uses input-method on gvim doesn't satisfied by current behavior. So I hope to remove OnTheSpot. Or how about to add new option to change behavior OverTheSpot/OnTheSpot? -- -- You received this message from the "vim_use" maillist. Do

Re: Color at the crossing of status lines and vertical split - attached files (1/1)

2015-05-06 Thread Christian Brabandt
Hi Nicola! On Mo, 04 Mai 2015, Nicola wrote: > Hello, > my first post here, hope my question is not too trivial. Is there a way > to change the color for the one character at the crossing of a vertical > split bar and the bottom status lines? Schematically: I don't think this is possible. Be

why i failed to run breakpts plugin?

2015-05-06 Thread mnz hz
i have installed all its dependencies using vundle, but when i restart vim, an error dialog telling that breakpts needs a newer version on genutils, what's wrong, i am using the latest genutils plugin:( -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your re

Re: why i failed to run breakpts plugin?

2015-05-06 Thread Christian Brabandt
Hi mnz! On Mi, 06 Mai 2015, mnz hz wrote: > i have installed all its dependencies using vundle, but when i restart > vim, an error dialog telling that breakpts needs a newer version on > genutils, what's wrong, i am using the latest genutils plugin:( What versions are you using and from where? H

Re: Can remote-send trigger Tab-completion?

2015-05-06 Thread Ivan
Actually, the vimrunner version can be shortened to: vim.command(%q{call feedkeys(":ed\", "t")}) -- -- You received this message from the "vim_use" 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