[patch] Handle files with mixed LF - CRLF line endings when doing tag search

2013-04-01 Thread Lech Lorens
People using ctags while working on code which is edited by multiple people in various editors will be familiar with this situation: the code ends up with a mix of line endings – some of them are Unix-style, some of them are DOS-style. The problem is that if Vim reads such a file with ff=unix,

Re: [patch] Handle files with mixed LF - CRLF line endings when doing tag search

2013-04-01 Thread David Fishburn
On Mon, Apr 1, 2013 at 11:16 AM, Lech Lorens wrote: > People using ctags while working on code which is edited by multiple > people in various editors will be familiar with this situation: the code > ends up with a mix of line endings – some of them are Unix-style, some > of them are DOS-style. >

Re: [patch] Handle files with mixed LF - CRLF line endings when doing tag search

2013-04-01 Thread Bram Moolenaar
Lech Lorens wrote: > People using ctags while working on code which is edited by multiple > people in various editors will be familiar with this situation: the code > ends up with a mix of line endings – some of them are Unix-style, some > of them are DOS-style. > > The problem is that if Vim

Re: [patch] Handle files with mixed LF - CRLF line endings when doing tag search

2013-04-01 Thread Lech Lorens
On 01-Apr-2013 David Fishburn wrote: > On Mon, Apr 1, 2013 at 11:16 AM, Lech Lorens wrote: > > > People using ctags while working on code which is edited by multiple > > people in various editors will be familiar with this situation: the code > > ends up with a mix of line endings – some of them

Re: [patch] Handle files with mixed LF - CRLF line endings when doing tag search

2013-04-01 Thread Lech Lorens
On 01-Apr-2013 Bram Moolenaar wrote: > > Lech Lorens wrote: > > > People using ctags while working on code which is edited by multiple > > people in various editors will be familiar with this situation: the code > > ends up with a mix of line endings – some of them are Unix-style, some > > of

Re: [patch] Handle files with mixed LF - CRLF line endings when doing tag search

2013-04-01 Thread Nazri Ramliy
On Mon, Apr 1, 2013 at 11:16 PM, Lech Lorens wrote: > The problem is that if Vim reads such a file with ff=unix, it will fail > to find tags if the tag pattern searched should match on a DOS-style > line. The attached patch handles the problem in a naïve but surprisingly > effective way: if a patt

Re: using DirectX/DirectWrite for rendering text.

2013-04-01 Thread Taro MURAOKA
> What other information you'd require for you to diagnose? Please verify your installed font files: Consolas and NSimSun. Check those hashes between OK and NG machine, or some method. I doubt fonts are cause of this issue. Best. -- -- You received this message from the "vim_dev" maillist.

Re: using DirectX/DirectWrite for rendering text.

2013-04-01 Thread KF Leong
> Please verify your installed font files: Consolas and NSimSun. > Check those hashes between OK and NG machine, or some method. The hashes matched on both machines... KF -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replyi