Re: mason syntax highlighting problem

2013-02-07 Fir de Conversatie Christian Brabandt
On Thu, February 7, 2013 17:57, James McCoy wrote: > On Feb 7, 2013 10:42 AM, "Tomasz Chomiuk" wrote: >> >> Hi, >> >> It looks like syntax highlighting for Mason files doesn't work >> properly in vim 7.3. I thought it was my OS' configuration that >> screwed things up but I compiled both 7.3 and 6

How to compile 64 bit with cygwin/mingw?

2013-02-07 Fir de Conversatie skeept
I just recently got a laptop where I don't have visual studio. I would like to compile vim using cygwin/mingw. I use make -f Make_cyg.mak CC=x86_64-w64-mingw32-gcc ARCH=x86-64 GUI=yes It all seems fine until the linking step. I then get the error: /usr/lib/gcc/x86_64-w64-mingw32/4.5.3/../../../..

Re: Bug in `= or info missing in docs (limited by wildignore)

2013-02-07 Fir de Conversatie Jacobo de Vera
On Thu, Feb 7, 2013 at 7:21 PM, Bram Moolenaar wrote: > > The docs actually mention it: > > The expression can contain just about anything, thus this can > also be used to avoid the special meaning of '"', '|', '%' and > '#'. However, 'wildignore' does apply like to other

bufwinnr with regex pattern may fail in muliti-tabs layouts

2013-02-07 Fir de Conversatie Alexey Radkov
Hi, :help bufwinnr says: "Only deals with the current tab page." Recently i found that this behaviour is broken if the argument of bufwinnr() is regexp pattern and there are more than one tabs open. I found that in following experiment: 1. Open vim with some file. 2. Open NERD_tree plugin (its

Can't build with Perl using Make_ming.mak any more

2013-02-07 Fir de Conversatie Christian J. Robinson
I think one of the patches since 804 has broken something, because I can't get a working gvim with Perl using Make_ming.mak--it fails during linking: i686-pc-mingw32-gcc -Iproto -DWIN32 -DWINVER=0x0500 -D_WIN32_WINNT=0x0500 -DHAVE_PATHDEF -DFEAT_BIG -DHAVE_GETTEXT -DHAVE_LOCALE_H -DDYNAMIC_

Re: vim.org

2013-02-07 Fir de Conversatie Bram Moolenaar
Marcin Szamotulski wrote: > I have seen an email that the download counters at vim.org are not > updating some time ago, and as far as I can see it is the case of my > plugin (http://www.vim.org/scripts/script.php?script_id=2945). Usually > after I publish a new version I have quite a few new do

Re: Bug in `= or info missing in docs (limited by wildignore)

2013-02-07 Fir de Conversatie Bram Moolenaar
Jacobo de Vera wrote: > It seems like the behaviour of the second line with `= here: > > let g:var = '/tmp/myfile' > edit `=g:var` > > depends on the contents of wildignore. If wildignore, in this case, > contains something like /tmp/*, then this error is issued: > > E480: No match: `=g:var` >

Re: [vim] Any idea to remove Omni 'Pattern not found' error message ?

2013-02-07 Fir de Conversatie Christian Brabandt
On Thu, February 7, 2013 17:18, Jianjun Mao wrote: > hi,Christian, you are right, that's not a "problem" > But it interrupts the CompleteDone event. > The background is that I am writing a plugin to parse and complete c/cpp > sourcesď(similar to clang_completeď)by using clang. When the > Comp

Re: mason syntax highlighting problem

2013-02-07 Fir de Conversatie James McCoy
On Feb 7, 2013 10:42 AM, "Tomasz Chomiuk" wrote: > > Hi, > > It looks like syntax highlighting for Mason files doesn't work > properly in vim 7.3. I thought it was my OS' configuration that > screwed things up but I compiled both 7.3 and 6.4 from sources and > problem does exist on a clean 7.3 ins

Re: [PATCH] Add runtime files for the Clojure programming language

2013-02-07 Fir de Conversatie Ben Fritz
On Wednesday, February 6, 2013 10:06:32 PM UTC-6, Sung Pae wrote: > > If I can convince you that iskeyword+=… is justified for the Clojure > > filetype, then I think the syntax groups in question should remain in > > `syntax keyword` form in the interest of performance. > For what it's worth,

vim.org

2013-02-07 Fir de Conversatie Marcin Szamotulski
Dear vim.dev I have seen an email that the download counters at vim.org are not updating some time ago, and as far as I can see it is the case of my plugin (http://www.vim.org/scripts/script.php?script_id=2945). Usually after I publish a new version I have quite a few new downloads, and still a d

Bug in `= or info missing in docs (limited by wildignore)

2013-02-07 Fir de Conversatie Jacobo de Vera
Hi all, It seems like the behaviour of the second line with `= here: let g:var = '/tmp/myfile' edit `=g:var` depends on the contents of wildignore. If wildignore, in this case, contains something like /tmp/*, then this error is issued: E480: No match: `=g:var` I could not find any mention of t

mason syntax highlighting problem

2013-02-07 Fir de Conversatie Tomasz Chomiuk
Hi, It looks like syntax highlighting for Mason files doesn't work properly in vim 7.3. I thought it was my OS' configuration that screwed things up but I compiled both 7.3 and 6.4 from sources and problem does exist on a clean 7.3 installation. 6.4 is fine. Please check. Thanks! --- test.mason -

Gap between scrollbar and window border on Windows

2013-02-07 Fir de Conversatie char101
Hi, In GVim windows, there is a gap between the scrollbars and the window border that changes size depending on the font size. I have somehow fix it by changing the base_width and base_height in gui.c (gui_get_base_width, gui_get_base_height). Still not sure where the 8 come from though, I got