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
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/../../../..
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
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
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_
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
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`
>
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
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
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,
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
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
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 -
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
14 matches
Mail list logo