Re: About syntax/java.vim

2015-03-01 Thread Masaya Suzuki
I haven't heard anything about my patch for syntax/java.vim from Claudio, too. On Sun, Mar 1, 2015 at 2:18 AM mattn wrote: > Hi, Bram and all. > > I sent e-mail to the author of syntax/java.vim to support of java 8 > syntaxes in

Re: About syntax/java.vim

2015-03-01 Thread 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: Font size?

2015-03-01 Thread Donald Allen
On Thu, Feb 26, 2015 at 7:59 AM, Donald Allen 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 getting more text

Re: About syntax/java.vim

2015-03-01 Thread Bram Moolenaar
Masaya Suzuki wrote: > I haven't heard anything about my patch for syntax/java.vim > 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 a

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

2015-03-01 Thread 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 -

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

2015-03-01 Thread 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 me

Re: Font size?

2015-03-01 Thread 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 lines

Re: Spell correction ignores certain characters

2015-03-01 Thread 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 subscrib

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

2015-03-01 Thread 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 :lc

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

2015-03-01 Thread 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

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

2015-03-01 Thread 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: [bug] glob won't list symbolic links that point to non-existing files

2015-03-01 Thread 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 htt

Re: Patch 7.4.582

2015-03-01 Thread 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