Re: problem with a map

2016-02-15 Thread John Little
On Monday, February 15, 2016 at 1:12:54 PM UTC+13, andalou wrote: > For example, on the following text ... I tried to work out what was happenning but failed; the escape character messes up the quoting in the mapping, and I couldn't fix it. However, the substitute command can do this cleanly:

Re: Cursor behaviour change?

2016-02-15 Thread John Little
On Tuesday, February 16, 2016 at 1:28:12 AM UTC+13, Christian Brabandt wrote: > https://groups.google.com/d/msg/vim_dev/BzdeOuKtAmU/6NL-ovunDQAJ Sorry for the noise, I've just retested with the vim I built yesterday, and the fix is there. Regards, John Little -- -- You received this message

Re: Help with autocomplete

2016-02-15 Thread David Woodfall
On 2016-02-15, David Woodfall wrote: Consider the following piece of latex: ONE: & Some text here... TWO: & Some more text... THREE: &More bla bla bla... I would like to limit the autocomplete word list to contain only the words on the left of the `&'. How could this be

Re: Help with autocomplete

2016-02-15 Thread Gary Johnson
On 2016-02-15, David Woodfall wrote: > Consider the following piece of latex: > > > ONE: & Some text here... > > TWO: & Some more text... > > THREE: &More bla bla bla... > > > I would like to limit the autocomplete word list to contain only the > words on the left of the `&'. >

vim consumed my disk on Mac

2016-02-15 Thread andrewbanka
Help! In copying data from an OpenOffice spreadsheet into a text file via vim, I selected the entire columns in the spreadsheet, rather than just the cells of interest. After all of the cells with data were pasted, vim continued to paste blank lines, and ctrl-C was ineffective at breaking out.

Re: 'gx' opens firefox instead of chrome

2016-02-15 Thread Charles E Campbell
oren wrote: 'gx' opens firefox instead of chrome. any clues why? ``` cat /etc/lsb-release DISTRIB_DESCRIPTION="Ubuntu 15.10" ``` ``` update-alternatives --get-selections |grep x-www-browser x-www-browser manual /usr/bin/chromium-browser ``` Look into man xdg-open

'gx' opens firefox instead of chrome

2016-02-15 Thread oren
'gx' opens firefox instead of chrome. any clues why? ``` cat /etc/lsb-release DISTRIB_DESCRIPTION="Ubuntu 15.10" ``` ``` update-alternatives --get-selections |grep x-www-browser x-www-browser manual /usr/bin/chromium-browser ``` -- -- You received this message from the

Help with autocomplete

2016-02-15 Thread David Woodfall
Consider the following piece of latex: ONE: & Some text here... TWO: & Some more text... THREE: &More bla bla bla... I would like to limit the autocomplete word list to contain only the words on the left of the `&'. How could this be done? I don't mind if I have to actually

Trouble with right-to-left text

2016-02-15 Thread Andrew Pennebaker
Vim has trouble placing right-to-left text in the right place on a line. For example, if the Arabic word for dog (الكلب) is inserted before some left-to-right text ("dog"), then Vim mistakenly moves the right-to-left text to the very end of the line, instead of where the file system shows it

Capture confirmation flag

2016-02-15 Thread rameo
"linenumber".s/search/replace/gc Replace with 'replace' (y/n/a/q/l/^E/^Y)? Do you know if there is any way to capture which one has been clicked? -- -- 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

Re: problem with a map

2016-02-15 Thread Sam Burk
On 14/02/2016 05:16 p.m., Sam Burk wrote: Thanks for your answer. For example, on the following text (without the dashes): -- aaa 3. bbb 4. ccc 5. ddd -- I should get: -- aaa 3. bbb 4. ccc 5. ddd -- But I get: -- aaa 3. bbb 4. ccc 5. ddd

Re: Cursor behaviour change?

2016-02-15 Thread otajuun
On Monday, February 15, 2016 at 7:19:51 AM UTC-5, John Little wrote: > On Tuesday, February 16, 2016 at 12:31:17 AM UTC+13, Christian Brabandt wrote: > > > I think this is a bug in the matchparen plugin. You might need to update > > your vim. > > If it is indeed a matchparen bug, updating vim

Re: Cursor behaviour change?

2016-02-15 Thread Christian Brabandt
Hi John! On Mo, 15 Feb 2016, John Little wrote: > On Tuesday, February 16, 2016 at 12:31:17 AM UTC+13, Christian Brabandt wrote: > > > I think this is a bug in the matchparen plugin. You might need to update > > your vim. > > If it is indeed a matchparen bug, updating vim won't help, as I've

Re: Cursor behaviour change?

2016-02-15 Thread John Little
On Tuesday, February 16, 2016 at 12:31:17 AM UTC+13, Christian Brabandt wrote: > I think this is a bug in the matchparen plugin. You might need to update > your vim. If it is indeed a matchparen bug, updating vim won't help, as I've just updated from github and the plugin hasn't changed and

Re: Cursor behaviour change?

2016-02-15 Thread Christian Brabandt
Hi otajuun! On So, 14 Feb 2016, otajuun wrote: > Hi, > > I've been using vim for over 15 years now, and is the only editor I use for > coding. Today, I updated to the last version (using arch linux), and there > has been a change in the cursor behaviour, which is driving me completely >