... 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@...
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@...
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@...
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@...
Jan 25, 2013 6:56 pm
Patch 7.3.784 (after 7.3.781) Problem: Error when 'guifontwide39; has a comma. Solution: Use gui.wide_font. (Taro Muraoka) Files: src/gui_w48.c ... ...
67873
Bram Moolenaar
Bram@...
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@...
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@...
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@...
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@...
Jan 26, 2013 6:47 am
Hi Ingo. How about recycle an existing 'antialias39; 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@...
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@...
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@...
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@...
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@...
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@...
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@...
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('#number39;) to check for the numeric...
67885
James McCoy
jamessan@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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 ... +++...