Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

vimdev · Vim (Vi IMproved) text editor developers list

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 67868 - 67897 of 69899   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
67868 MURAOKA Taro
koron.kaoriya@... Send Email
Jan 25, 2013
2:03 pm
... Ah sorry, I forgot it. Please try this revised one. -- MURAOKA Taro <koron.kaoriya@...> -- -- You received this message from the "vim_dev" maillist. ...
67869 Mike Williams
mike.williams@... Send Email
Jan 25, 2013
2:56 pm
... Yep, all working now. Thank you. Mike -- The two most common things in the Universe are Hydrogen and stupidity. -- -- You received this message from the...
67870 Taro MURAOKA
koron.kaoriya@... Send Email
Jan 25, 2013
5:18 pm
I have updated the patch. What are changed: * support raster fonts. * delay to load DirectX dlls until enabled first time. What are not changed yet: * make...
67871 Mike Williams
mike.williams@... Send Email
Jan 25, 2013
6:34 pm
... I have a build warning for you: option.c(7943) : warning C4047: '==' : 'int *' differs in levels of indirection from 'int **' Unnecessary & on the...
67872 Bram Moolenaar
Bram@... Send Email
Jan 25, 2013
6:56 pm
Patch 7.3.784 (after 7.3.781) Problem: Error when 'guifontwide&#39; has a comma. Solution: Use gui.wide_font. (Taro Muraoka) Files: src/gui_w48.c ... ...
67873 Bram Moolenaar
Bram@... Send Email
Jan 25, 2013
7:06 pm
... That doensn't really work, because reg_buf is not reset to NULL in functions that use curbuf. I think it's simpler to always set reg_buf in the entry...
67874 Bram Moolenaar
Bram@... Send Email
Jan 25, 2013
7:11 pm
Patch 7.3.785 (after 7.3.776) Problem: Crash with specific use of search pattern. Solution: Initialize reg_buf to curbuf. Files: src/regexp.c ... ...
67875 vim@... Send Email Jan 26, 2013
1:26 am
Comment #13 on issue 103 by jonathan...@...: Python thread are not running in background http://code.google.com/p/vim/issues/detail?id=103 Here is how I...
67876 Taro MURAOKA
koron.kaoriya@... Send Email
Jan 26, 2013
2:48 am
... Thank you reporting it! The definition of p_directx in options.h is wrong. It was int pointer, must be int correctly. I'll fix later. -- -- You received...
67877 Taro MURAOKA
koron.kaoriya@... Send Email
Jan 26, 2013
6:47 am
Hi Ingo. How about recycle an existing 'antialias&#39; option for this purpose. It is an option for MacOSX to control font rendering. I know this is not good idea,...
67878 Alexey
alexey.muranov@... Send Email
Jan 26, 2013
10:59 am
I had this error in terminal vim, while MacVim.app was fine. I fixed it by copying some English spell files from...
67879 Bram Moolenaar
Bram@... Send Email
Jan 26, 2013
12:41 pm
... If the effect of using DirectX is very similar to enabling antialias then we could use that option. If it actually does something else then it's better to...
67880 Christian Brabandt
cblists@... Send Email
Jan 26, 2013
2:17 pm
Bram, when visual mode is active and one is jumping to another position using :<nr> visual mode is unexpectedly ended. Attached patch fixes this issue. ...
67881 James McCoy
jamessan@... Send Email
Jan 26, 2013
2:41 pm
... Why is this unexpected? You've changed from visual to cmdline mode. The indication of visual mode is an aid to see the area on which you're operating. ...
67882 Mike Williams
mike.williams@... Send Email
Jan 26, 2013
3:07 pm
... The DirectX DirectWrite text renderer is the new font renderer on Windows. DirectWrite text rendering particularly improves OpenType fonts which is why...
67883 Christian Brabandt
cblists@... Send Email
Jan 26, 2013
3:07 pm
Hi James! ... Because I started visual mode and wanted it to highlight far down to a specific line which was several hundreds lines down. So I entered like ...
67884 Christian Brabandt
cblists@... Send Email
Jan 26, 2013
3:22 pm
Bram, this patch adds the possibility to query for the existence of sign ids using exists(). Current idea is to use exists('#number&#39;) to check for the numeric...
67885 James McCoy
jamessan@... Send Email
Jan 26, 2013
3:31 pm
... 1500G would be how I would recommend doing that, but I've seen other people try :# before. I'll leave it up to Bram on whether that should work or not. ...
67886 ZyX
zyx.vim@... Send Email
Jan 26, 2013
3:34 pm
... I don’t like the overloading: exists('#…') is already ambigious*, don’t make it more ambigious: it *can* be an autocmd group. I would rather suggest...
67887 Ingo Karkat
swdev@... Send Email
Jan 26, 2013
3:45 pm
... Yes, this is complex enough already. The sign stuff is lacking good Vimscript support in general (one needs to resort to capture and parse :sign output...
67888 Ken Takata
kentkt@... Send Email
Jan 26, 2013
4:54 pm
Hi, ... I have updated the patches. There were two problems: 1. (simple version only) Couldn't compile on Linux with this patch. 2. os_unix.c didn't include...
67889 ZyX
zyx.vim@... Send Email
Jan 26, 2013
9:13 pm
The following patch adds support for guifg/guibg properties of highlight groups in ISO-8613-3 (at least http://invisible-island.net/xterm/ctlseqs/ctlseqs.html...
67890 Christian Brabandt
cblists@... Send Email
Jan 26, 2013
9:35 pm
Hi Ingo! ... ok. ... What would be needed? The following patch adds: - exists('|nr') returns true, if sign id nr exists - exists('||name') returns true, if...
67891 Christian Brabandt
cblists@... Send Email
Jan 26, 2013
9:41 pm
Hi James! ... indeed 1500G should have worked. I just haven't thought about it, since I usually use the :# ex command. But its fair enough. I just found it...
67892 ZyX
zyx.vim@... Send Email
Jan 26, 2013
10:07 pm
Small fix (last commit made non-gui builds fail) diff -r 274c841f033a -r acabf15c4408 runtime/doc/options.txt ... +++ b/runtime/doc/options.txt Sun Jan 27...
67893 Ingo Karkat
swdev@... Send Email
Jan 26, 2013
10:25 pm
... Wow, terrific. Though it's hard to make the connection between the "|" sigil and signs, it is consistent and short. This addresses the mentioned question;...
67894 Ingo Karkat
swdev@... Send Email
Jan 26, 2013
10:31 pm
... I find the new proposed behavior somewhat unexpected (though I rarely use :#); you had to press <C-U> to get rid of the '<,&#39;>, and that signals to me that ...
67895 Christian Brabandt
cblists@... Send Email
Jan 26, 2013
10:31 pm
Hi Ingo! ... What else can you do, when "Dschungelcamp"ı is on TV? ;) ıhttp://en.wikipedia.org/wiki/Ich_bin_ein_Star_%E2%80%93_Holt_mich_hier_raus! regards, ...
67896 Christian Brabandt
cblists@... Send Email
Jan 26, 2013
10:36 pm
Hi Ingo! ... The new behaviour would only work, with '<,&#39;> in front of the line number. If you press <C-U> it wouldn't work and would work as before. regards, ...
67897 ZyX
zyx.vim@... Send Email
Jan 27, 2013
12:50 am
Another small non-gui build fix: sg_gui_[fb]g was not initialized diff -r 274c841f033a -r dd91804ae7ec runtime/doc/options.txt ... +++...
Messages 67868 - 67897 of 69899   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help