This will allow scripts to use the statusline and tabline as button click areas. + *'mousefunction'* *'mfn'* + 'mousefunc39; 'mfn' string (default empty) +...
55719
Xavier de Gaye
xdegaye@...
Jan 2, 2010 5:41 pm
... Hi Bram, I have setup a Mercurial Queues patch at http://pyclewn.sourceforge.net/vim-patches.html It will be easier to test this patch and pyclewn 1.1 can...
55720
JD
jdhore1@...
Jan 3, 2010 10:03 am
Hey all, I was having some fun earlier today, going through some .conf files in Vim and i noticed that conf file that are bind-style (conf filetype in vim)...
55721
Tom Link
micathom@...
Jan 3, 2010 4:35 pm
On the vim homepage/community, there is a link to http://vi-improved.com/wiki The domain seems no longer to be active and is now redirected to a GoDaddy page. ...
55722
James Vega
jamessan@...
Jan 3, 2010 5:05 pm
... It should be <http://vi-improved.org/>. -- James GPG Key: 1024D/61326D40 2003-09-02 James Vega <jamessan@...>...
55723
Tom Link
micathom@...
Jan 3, 2010 5:18 pm
... This isn't the wiki though it once referred to. It seems to be rather related to the #vim IRC channel, isn't it? -- You received this message from the...
55724
John Beckett
johnb.beckett@...
Jan 4, 2010 12:53 am
... Thanks for alerting me because there were two usages of .com on the wiki (vim.wikia.com) which I have just fixed. Robert Melton (Metacosm) runs the #vim...
55725
James Vega
jamessan@...
Jan 4, 2010 1:57 am
... It's the same site, but the wiki was taken down because it was being bombarded by spam and it didn't make sense to compete with the (at the time) newly...
55726
Nikolai Weibull
now@...
Jan 4, 2010 8:17 pm
... Do either support tracking branches and similar stuff in a simple way? I mean, it would be sweet if Bram could track and pull from repository where I would...
55727
Bram Moolenaar
Bram@...
Jan 4, 2010 9:10 pm
... The usual conf files don't have C-style comments. What file are you talking about? -- hundred-and-one symptoms of being an internet addict: 86. E-mail...
55728
epanda
callingelvis@...
Jan 4, 2010 9:21 pm
Hi, I don't know if I can on this forum but I think it will be good to add some features to Gvim on this new year in order to tempt people to use Gvim more on...
55729
epanda
callingelvis@...
Jan 4, 2010 9:34 pm
Hi, I don't know if I can on this forum but I think it will be good to add some features to Gvim on this new year in order to tempt people to use Gvim more on...
55730
Ernie Rael
err@...
Jan 4, 2010 9:42 pm
... http://mercurial.selenic.com/wiki/GitConcepts#Communication_between_repositories discusses tracking branches related in mercurial -ernie -- You received...
55731
Nikolai Weibull
now@...
Jan 4, 2010 9:54 pm
... That’s not what I asked. -- You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php...
55732
JD
jdhore1@...
Jan 4, 2010 10:09 pm
... Here's a link to the one the was failing (on the project's hgweb for laziness):...
55733
Nikolai Weibull
now@...
Jan 4, 2010 10:22 pm
... To clarify: Does Google Code or SourceForge provide convenient interfaces for dealing with this kind of collaborative development, similar to how Github...
55734
Eric Van Dewoestine
ervandew@...
Jan 4, 2010 10:30 pm
... Google Code allows you to create a server side clone of mercurial repositories. I'm almost certain that SourceForge doesn't have any support for server...
55735
Marc Weber
marco-oweber@...
Jan 4, 2010 11:11 pm
Hi epanda, ... Have a look here: http://www.vim.org/sponsor/index.php -> "voting page". Also have a look at :h todo.txt Maybe there are additional options as...
55736
James Vega
jamessan@...
Jan 4, 2010 11:48 pm
... This shouldn't be implemented by individual applications. It should be implemented at a higher-level (OS or window-manager, depending on platform) and...
55737
Marc Weber
marco-oweber@...
Jan 5, 2010 12:52 am
... niftywindows [1] is able to make a colour transparent on Windows XP and change opacity by using the scroll wheel. Marc Weber [1]...
55738
Lech Lorens
lech.lorens@...
Jan 5, 2010 1:10 am
... [...] ... I haven't observed the behaviour you describe using the syntax file you attached, but I should note that the fold you at line 24 only has 63 ...
55739
Bram Moolenaar
Bram@...
Jan 5, 2010 11:25 am
... Syntax HL can be slow. It works best when continously moving forward. When asking for the state before the last requested position it has to re-sync,...
55740
Xavier de Gaye
xdegaye@...
Jan 5, 2010 11:28 am
... You can send Bram a bundle of your changes, see 'bundle39; command at: http://www.selenic.com/mercurial/hg.1.html#bundle For example using the command: hg...
55741
Christian Brabandt
cblists@...
Jan 5, 2010 1:22 pm
Hi epanda! ... […] ... http://www.vim.org/scripts/script.php?script_id=687 regards, Christian -- You received this message from the "vim_dev" maillist. For...
55742
Sergey Khorev
sergey.khorev@...
Jan 5, 2010 1:27 pm
Hi, ... Yes, for some reason Vim always escapes some special characters even if we are not going to pass them to a shell or regexp-using command. So ":tag...
55743
Sergey Khorev
sergey.khorev@...
Jan 5, 2010 1:55 pm
Hi, has("win64") returns 0 even for x64 version of Vim. It seems we need to define WIN64 for this to work. Something like that: ... *************** ... #>>>>>...
55744
epanda
callingelvis@...
Jan 5, 2010 4:16 pm
... I have already tried this dll. But I would like to set transparency only on buffer -- You received this message from the "vim_dev" maillist. For more...
55745
Matt Wozniski
mjw@...
Jan 5, 2010 7:12 pm
... Isn't that only checking the type of CPU that the vim binary was built with, instead of whether it was built as an x64 binary? Or does defining WIN64...
55746
Sergey Khorev
sergey.khorev@...
Jan 5, 2010 7:23 pm
Well, ... CPU in makefile defines target CPU. -DWIN64 passed to compiler does nothing besides pointing out to source code we are targeting x64 or IA64. ... ...