Re: VIM is mute! (A11Y)

2014-03-06 Fir de Conversatie Kerneels Roos
Hi. Comments prefixed with cjr: below. On 2014-03-06 02:38 PM, André Jaenisch wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 05.03.2014 21:45, schrieb André Jaenisch: Good evening! I'm currently exploring the Orca screenreader and which application does work together with it. I'

":new some-file" produces an error: Error detected while processing BufRead Auto commands for "*":

2014-03-06 Fir de Conversatie Yuri Vic
Every once in a while, and for many months/years, I sometimes see this message when I open a new file with ":new some-file". Error detected while processing BufRead Auto commands for "*": E19: Mark has invalid line number Press ENTER or type command to continue Pressing ENTER proceeds to the fil

Re: Issue 141 in vim:

2014-03-06 Fir de Conversatie vim
Comment #1 on issue 141 by howej...@gmail.com: http://code.google.com/p/vim/issues/detail?id=141 Have you gotten it to work in other programs in the terminal? ^@ actually maps to the null character in Unix (see http://www.unix-manuals.com/refs/misc/ascii-table.html), so if you're using Cy

Re: Issue 202 in vim: Dot operator doesn't work with user-defined insert functions

2014-03-06 Fir de Conversatie vim
Comment #4 on issue 202 by howej...@gmail.com: Dot operator doesn't work with user-defined insert functions http://code.google.com/p/vim/issues/detail?id=202 Is it possible to edit the post title after submitting? I didn't mean to suggest dot repeating couldn't be done with custom operators

Re: Incorrect expansion of %? (with patch)

2014-03-06 Fir de Conversatie Gary Johnson
On 2014-03-04, Gary Johnson wrote: > On 2014-03-04, Christian Brabandt wrote: > > Am 2014-03-04 08:15, schrieb Gary Johnson: > > >There is a difference between the expansion of % and Ctrl-R % on the > > >command line. > > > > > >I use Dropbox to keep a number of my configuration files, including >

Re: VIM is mute! (A11Y)

2014-03-06 Fir de Conversatie André Jaenisch
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 05.03.2014 21:45, schrieb André Jaenisch: > Good evening! > > I'm currently exploring the Orca screenreader and which application does > work together with it. > > I'm using Sabayon Linux 3.13 with Vim 7.4 (see below). Sadly, VIM does > not expose

Re: [patch] doc/gui.txt: small complements

2014-03-06 Fir de Conversatie Manuel Ortega
Part of your addition contains a typo. It should be "these commands", not "this commands". -Manny -- -- 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 ---

Issue 203 in vim: Nothing in register * problem (vim+tmux or vim+screen )

2014-03-06 Fir de Conversatie vim
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 203 by fusion...@gmail.com: Nothing in register * problem (vim+tmux or vim+screen ) http://code.google.com/p/vim/issues/detail?id=203 What steps will reproduce the problem? 1. tmux (or screen) 2. vim 3. Detach from tmux (or

[patch] doc/gui.txt: small complements

2014-03-06 Fir de Conversatie Cade Foster
-- -- 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 unsub

Re: Can't open file with gf/gF for grep result on windows.

2014-03-06 Fir de Conversatie Antonio Giovanni Colombo
HI everybody, for what is worth, I strongly agrre with Yasuhiro, and welcome his patch! Antonio -- /||\| Antonio Colombo / || \ | azc...@gmail.com / () \ | anto...@geekcorp.com (___||___) | az...@yahoo.com -- -- You received this message from the "vim_dev" maillist. Do n

Can't open file with gf/gF for grep result on windows.

2014-03-06 Fir de Conversatie mattn
Hi list. Try below: C:\temp>grep Matsumoto c:/vim/src/*.c > list C:\temp>vim list And you can see: c:/vim/src/gui_w48.c:1228: * forcedly redrawn. (Yasuhiro Matsumoto) */ c:/vim/src/gui_w48.c:1925: /* added for non-MS IME (Yasuhiro Matsumoto) */ Then, type gf or gF on left side at firs