Re: How to imap a that behaves defferent according conditions?

2009-01-11 Thread Yue Wu
It works fine, thank you! 为什么你的每封信都发了相同的两份?小心被骂。。。 On Sun, 11 Jan 2009 15:35:53 +0800, StarWing wrote: > > sorry for my lazy, i use chinese to explain it... > 好吧,你应该可以这么做: > > function! Space() > if getline('.')[col('.')-2] !~ '\a' > " 加入下面这一行,防止变成继续补全,见:h ctrl-x_ctrl-n >

[OT] Configuring Opera (was Re: Easiest way to insert a blank line?)

2009-01-11 Thread Chris Bannister
On Fri, Jan 09, 2009 at 06:52:44AM -0800, Ben Fritz wrote: > On Fri, 09 Jan 2009 16:41:45 +0800, Tony Mechelynck wrote: > It would be opera:config. I use the Opera web browser at home, but > I've never been impressed with the mail client. Anyway, opera:config > has a search option that will hide a

siddham under linux [Re: how to display devanagari in vim]

2009-01-11 Thread bill lam
On Sun, 11 Jan 2009, Yue Wu wrote: > You could have a try rxvt-unicode, it has better unicode support. No, it can't. I guess that indic is a complex script. I just give up xterm for displaying it, at least I can use gtk/pango to render them. I can not find any support for siddham script for linux

Re: How to imap a that behaves defferent according conditions?

2009-01-11 Thread StarWing
恩..你把改成试试看,其他的可以不变..我是用c-n做测试的,因为我的vim文件类型没有 completefunc,没法试验c-u。 我也不知道啊,我用火狐浏览器,不知道是不是Bug.. by the way, we speak chinese here, may be not good... On 1月11日, 下午4时15分, "Yue Wu" wrote: > It works fine, thank you! > > 为什么你的每封信都发了相同的两份?小心被骂。。。 > > > > On Sun, 11 Jan 2009 15:35:53 +0800,

Re: How to imap a that behaves defferent according conditions?

2009-01-11 Thread Tony Mechelynck
On 11/01/09 10:06, StarWing wrote: [...] > by the way, we speak chinese here, may be not good... [...] Well, there are pros and cons: The advantage is of course that, if you both speak Chinese natively, you run less risk of misunderstanding one another due to bad mastery of the language. The

Re: NERDTree converts local filename to absolute

2009-01-11 Thread James Kanze
On Jan 10, 4:01 pm, Marvin Renich wrote: > * James Kanze [090109 20:10]: > > On Jan 10, 12:46 am, Tony Mechelynck wrote: > > > You could e.g. use ":set columns+=50" when calling whatever > > > opens the vertically split window, in order to set the GUI > > > screen to 50 columns more than before

Re: how to display devanagari in vim

2009-01-11 Thread Christian Ebert
* bill lam on Sunday, January 11, 2009 at 09:39:14 +0800 > On Sat, 10 Jan 2009, Christian Ebert wrote: >> I believe that's a font limitation. With fixed in xterm I get the >> same as you. With dejavu sans mono the characters display just >> fine. > > I also use dejavu sans mono in xterm ah, ok.

Re: fuzzyfinder plugin displays very lengthy absolute paths to matching files

2009-01-11 Thread Tony Mechelynck
On 11/01/09 15:26, Jonathan Hartley wrote: > On Jan 11, 6:19 am, Tony Mechelynck wrote: >> On 11/01/09 01:26, Jonathan Hartley wrote: >>> On Sat Jan 10 09:38:51 CST 2009, jonathan hartley wrote: >>>>I really like the fuzzyfinder plugin, but when my project is located >>>>within a m

Re: fuzzyfinder plugin displays very lengthy absolute paths to matching files

2009-01-11 Thread Jonathan Hartley
On Jan 11, 6:19 am, Tony Mechelynck wrote: > On 11/01/09 01:26, Jonathan Hartley wrote: > > On Sat Jan 10 09:38:51 CST 2009, jonathan hartley wrote: > >   >  I really like the fuzzyfinder plugin, but when my project is located > >   >  within a mediumly deep directory structure, the matched pathna

Re: fuzzyfinder plugin displays very lengthy absolute paths to matching files

2009-01-11 Thread Jonathan Hartley
On Jan 11, 2:52 pm, Tony Mechelynck wrote: > Then, global plugins are read after your vimrc. Yet you can override > them too: either (if you have only a few changes) by autocommands > defined in your vimrc for the VimEnter event (which is triggered at the > very end of startup), or if your changes

Re: Question for NERDTree users

2009-01-11 Thread Philip Rhoades
scrooloose, scrooloose wrote: > Phil > >> Next question: when I used the vsplit, the NERDTree window ended up >> between the two editing windows. I frequently use a vertical split to >> compare two files - it would be more convenient if they were side by >> side and the NERDTree window was sti

Bullet character across Vim platforms

2009-01-11 Thread AndyHancock
Sorry for the repost, but the first time submitted through Google Groups yielded a blank submission form. So I have recomposed and reposted (20 minutes of time). I am using: 1. Vim 6.2 on Windows 2000, Lucida Console font, and 2. Vim 7.1.2 on Cygwin's Xwin[dows], Lucida Typewriter font, on to of

Re: Bullet character across Vim platforms

2009-01-11 Thread Tony Mechelynck
On 11/01/09 17:35, AndyHancock wrote: > Sorry for the repost, but the first time submitted through Google > Groups yielded a blank submission form. So I have recomposed and > reposted (20 minutes of time). > > I am using: > 1. Vim 6.2 on Windows 2000, Lucida Console font, and > 2. Vim 7.1.2 on Cy

Re: mlterm blocking Alt+I in vim-latex-suite

2009-01-11 Thread zhengquan
Hi Charles, I think we are close to the solution to the problem. On Jan 2, 7:12 pm, "Charles E. Campbell, Jr." wrote: > zhengquan wrote: > > > On Jan 2, 4:32 pm, Tony Mechelynck > > wrote: > > >> On 02/01/09 23:05, zhengquan wrote: > > >>> Thanks Tony, > >>> the output of the two verbose comman

Re: Bullet character across Vim platforms

2009-01-11 Thread AndyHancock
Wow. I never realized that it could be so involved. I tested :echo has('multi_byte') and both platforms returned 1. However, I need to spend much more time educating myself on the other aspects of representation. This is something I'm doing with snippets of time on the weekend. Thanks, a

Re: mlterm blocking Alt+I in vim-latex-suite

2009-01-11 Thread Tony Mechelynck
On 12/01/09 03:28, zhengquan wrote: > Hi Charles, I think we are close to the solution to the problem. > > On Jan 2, 7:12 pm, "Charles E. Campbell, Jr." > wrote: [...] >> I constructed the following two maps by pressing ctrl-v and then alt-i >> after typing "nmap ". They "work for me"; that's n

Re: Bullet character across Vim platforms

2009-01-11 Thread Tony Mechelynck
On 12/01/09 03:52, AndyHancock wrote: > Wow. I never realized that it could be so involved. I tested > > :echo has('multi_byte') > > and both platforms returned 1. However, I need to spend much more > time educating myself on the other aspects of representation. This is > something I'm doi

fuzzyfinder jumps to taglist window

2009-01-11 Thread alexey.rad...@gmail.com
I found this strange behavior today. When I chose file to jump to in fuzzyfinder popup menu it opens the new file in taglist window instead of using current buffer. I decided to find out the cause of this misbehavior and experimented with different versions of fuzzyfinder. And the problem revealed

RE: vim slow with UNC paths

2009-01-11 Thread Hugo Ahlenius
|From: vim_use@googlegroups.com |[mailto:vim_...@googlegroups.com] On Behalf Of Tony Mechelynck |> I would prefer to have windows/dos directory slashes, but I |guess I could |> live with shellslash... ! |I'd call a feature (or a limitation depending on point of view), not a |bug. A feature beca