Re: --remote-tab + 'noautocd' = cwd clobbering

2015-03-01 Fir de Conversatie xaizek
On Sun, Mar 01, 2015 at 08:57:24PM +0100, Ingo Karkat wrote: haslocaldir() The result is a Number, which is 1 when the current window has set a local path via :lcd, and 0 otherwise. Thanks, Ingo, I didn't see that. Updated version: if !exists('+acd') || !acd

Re: [bug] glob won't list symbolic links that point to non-existing files

2015-03-01 Fir de Conversatie Manuel Ortega
This is just a reminder that whenever this gets patched, the VimL function globpath() also needs to receive the same repair. -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

Re: Font size?

2015-03-01 Fir de Conversatie Donald Allen
On Thu, Feb 26, 2015 at 7:59 AM, Donald Allen donaldcal...@gmail.com wrote: Running gvim 7.4.591 on a FreeBSD 10.1 system (or 7.4.617 on an up-to-date Arch Linux system), I attempt to reduce the font size (using Edit-Set font) from the default 10-point Monospace to 8-points, for the purpose of

Re: About syntax/java.vim

2015-03-01 Fir de Conversatie Masaya Suzuki
I haven't heard anything about my patch for syntax/java.vim https://groups.google.com/d/msg/vim_dev/iB2YYel67io/SBHYHpSMvmAJ from Claudio, too. On Sun, Mar 1, 2015 at 2:18 AM mattn mattn...@gmail.com wrote: Hi, Bram and all. I sent e-mail to the author of syntax/java.vim to support of java 8

Re: About syntax/java.vim

2015-03-01 Fir de Conversatie Masaya Suzuki
Sorry, I didn't intended to create a new thread. Seems Inbox doesn't send an In-Reply-To header... -- -- 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 ---

Re: About syntax/java.vim

2015-03-01 Fir de Conversatie Bram Moolenaar
Masaya Suzuki wrote: I haven't heard anything about my patch for syntax/java.vim https://groups.google.com/d/msg/vim_dev/iB2YYel67io/SBHYHpSMvmAJ from Claudio, too. Claudio did send me a new version. -- Facepalm reply #9: Speed up, you can drive 80 here Why, the cars behind us are also

Re: --remote-tab + 'noautocd' = cwd clobbering

2015-03-01 Fir de Conversatie Bram Moolenaar
Xaizek wrote: On running gvim like this gvim --remote-tab-silent /some/path Vim sends the following commands to server instance (this is just a piece of bigger set of commands): cd /current/path tab drop /some/path if !exists('+acd') || !acd cd - endif

Re: --remote-tab + 'noautocd' = cwd clobbering

2015-03-01 Fir de Conversatie xaizek
On Sun, Mar 01, 2015 at 02:05:25PM +0100, Bram Moolenaar wrote: One more thing to keep in mind: The first cd is global, if the autocommands only change the local directory then the global directory still needs to be restored. Is this possible to do without introducing any additional means?

Bug: cindent does not work with C++11 raw string literals

2015-03-01 Fir de Conversatie Mark Lodato
Recent version of Vim support syntax highlighting for C++11 raw string literals works great, but indentation still does not work. Instead, cindent tries to indent the string like it's code. For example, try to type the following (tested on 7.4.589): const char* s = R( test { # comment

Re: Patch 7.4.582

2015-03-01 Fir de Conversatie mattn
This doesn't work on FEAT_MBYTE. diff -r b64f0df9399c src/regexp_nfa.c --- a/src/regexp_nfa.c Tue Feb 17 17:50:26 2015 +0100 +++ b/src/regexp_nfa.c Mon Mar 02 11:21:55 2015 +0900 @@ -6477,7 +6477,11 @@ /* Bail out quickly when there can't be a match, avoid the

Re: --remote-tab + 'noautocd' = cwd clobbering

2015-03-01 Fir de Conversatie Ingo Karkat
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01-Mar-2015 15:32, xaizek wrote: I don't know a way to check whether window is using local cwd or global one. haslocaldir() The result is a Number, which is 1 when the current window has set a local path via

Re: Font size?

2015-03-01 Fir de Conversatie Donald Allen
John Little: thanks for your help; you put me on the right track. Doing a set lines, as you suggest, is necessary but not sufficient. Set columns is also needed. If you set each to a large number, the gvim pane expands in the affected dimension as much as it can, just the right thing. So :set

Re: Spell correction ignores certain characters

2015-03-01 Fir de Conversatie Axel Bender
I'd like to renew my request to solve this bug... -- -- 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