Re: Weird behaviour with the 'gN' command

2016-10-15 Thread Osman Koçak
Hi Christian, I don't know if this is a bug or not, but imho this behaviour is inconsistent with the forward search and needs to be documented. Anyway, I won't open an issue if you think it is not necessary, you probably know Vim's internals better than I do. Also, this is not an issue for me anym

Re: Leader ?

2016-10-15 Thread Meino . Cramer
Mohammed [16-10-15 20:28]: > > > On 10/15/2016 09:22 PM, Mohammed wrote: > >On 10/15/2016 09:12 PM, meino.cra...@gmx.de wrote: > > > >>Hi Mohammed, > >> > >>thanks for your reply ! :) > >> > >>It seems, that my vim is somehow misconfigured... > >>Is there a way to check, what the leader is like

Re: Leader ?

2016-10-15 Thread Meino . Cramer
Mohammed [16-10-15 20:28]: > On 10/15/2016 09:12 PM, meino.cra...@gmx.de wrote: > > >Hi Mohammed, > > > >thanks for your reply ! :) > > > >It seems, that my vim is somehow misconfigured... > >Is there a way to check, what the leader is like > >":set ft" does for the filetype ? > > > >Cheers, > >M

Re: Leader ?

2016-10-15 Thread Mohammed
On 10/15/2016 09:22 PM, Mohammed wrote: On 10/15/2016 09:12 PM, meino.cra...@gmx.de wrote: Hi Mohammed, thanks for your reply ! :) It seems, that my vim is somehow misconfigured... Is there a way to check, what the leader is like ":set ft" does for the filetype ? Cheers, Meino Hello, Me

Re: Leader ?

2016-10-15 Thread Mohammed
On 10/15/2016 09:12 PM, meino.cra...@gmx.de wrote: Hi Mohammed, thanks for your reply ! :) It seems, that my vim is somehow misconfigured... Is there a way to check, what the leader is like ":set ft" does for the filetype ? Cheers, Meino Hello, Meino You can use :echo mapleader to see wh

Re: Leader ?

2016-10-15 Thread Meino . Cramer
Mohammed [16-10-15 20:08]: > On 10/15/2016 08:24 PM, meino.cra...@gmx.de wrote: > >Hi, > > > >Short question: > >I have installed a plugin (a variant of tslime), which > >uses for its commands. > >That /seems/ not to work ... or I am hitting the wrong leader. > >Is there a way/command to show the

Re: Weird behaviour with the 'gN' command

2016-10-15 Thread Christian Brabandt
Hi Osman! On Sa, 15 Okt 2016, Osman Koçak wrote: > any update regarding this issue ? As I explained before, I think there is nothing to "fix" here, since it is not clear where a previous/next match starts. Best, Christian -- Liegt des Bauern Uhr im Mist, weiß er nicht wie spät es ist. -- --

Re: Leader ?

2016-10-15 Thread Mohammed
On 10/15/2016 08:24 PM, meino.cra...@gmx.de wrote: Hi, Short question: I have installed a plugin (a variant of tslime), which uses for its commands. That /seems/ not to work ... or I am hitting the wrong leader. Is there a way/command to show the leader, which is configured? Thank you very muc

Leader ?

2016-10-15 Thread Meino . Cramer
Hi, Short question: I have installed a plugin (a variant of tslime), which uses for its commands. That /seems/ not to work ... or I am hitting the wrong leader. Is there a way/command to show the leader, which is configured? Thank you very much in advance for any help! Cheers, Meino -- -- Yo

Re: Weird behaviour with the 'gN' command

2016-10-15 Thread Igor Forca
@kocakosm, I advice you to open a bug report in vim's github. I know Christian wrote bug report is not needed, but people get distracted with some other tasks and if bug is not reported it can be overlooked. I advice to report a bug on github and also point to this discussion. -- -- You recei

How to report localization's translation bugs in vim?

2016-10-15 Thread Igor Forca
Hi, I have been using Vim 7.4 and spotted some localization's translation bugs and some missing translation strings (I see English strings). But now I have also downloaded/installed Vim 8 nightly from vim github, to be sure this problems are not already fixed, but exactly the same problems still

Re: How to omit the "3 substitions on 330 lines" from being displayed in Vim status bar after substition or global command is executed?

2016-10-15 Thread Igor Forca
Both methods works perfectly. Thanks a lot problem solved. -- -- 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 received this message because you are

how to turn off error-highlight of UTF-8 char(s) in perl-function names?

2016-10-15 Thread L. A. Walsh
I have several functions that have one or more UTF-8 characters in them. They show off broken highlighting in the declaration ( but not when the function is called). The UTF-8 char in two of the functions below is is highlighted in a 'red', 'error' background: sub ƒroundup($$) { } # t