Re: Info command in vim

2010-04-23 Thread stosss
>> i should probably also ask whether info works properly for you >> at the (bash?) command prompt > > If I knew how to use info at a shell prompt, I wouldn't have to use > the info.vim plugin.  :-) I am glad I am not the only one. Does any one know how to use info at the shell prompt? I don't thi

Re: Info command in vim

2010-04-23 Thread Gary Johnson
On 2010-04-24, sc wrote: > On Friday 23 April 2010 10:19:02 pm robert song wrote: > > > Is there any useful info plugin in vim ? > > I found one info plugin in vim site > > http://www.vim.org/scripts/script.php?script_id=21, but it > > seems to have problem in my vim7.1 version. > > two questio

Re: Info command in vim

2010-04-23 Thread sc
On Friday 23 April 2010 10:19:02 pm robert song wrote: > Is there any useful info plugin in vim ? > I found one info plugin in vim site > http://www.vim.org/scripts/script.php?script_id=21, but it > seems to have problem in my vim7.1 version. two questions come to mind: 1) is there any chance

Info command in vim

2010-04-23 Thread robert song
Hello,everyone. Is there any useful info plugin in vim ? I found one info plugin in vim site http://www.vim.org/scripts/script.php?script_id=21, but it seems to have problem in my vim7.1 version. Regards, robert -- You received this message from the "vim_use" maillist. Do not top-post! Type y

Re: lookup words in vim

2010-04-23 Thread Marc Weber
> 1) Using "f" to lookup this word in web with > TxtBrowser(http://www.vim.org/scripts/script.php?script_id=2899). > > 2) Using "Sdcv word"(could map to your favorate hotkey) to echo the sdcv 3) write a completion func. You ctan use foo to return completions bar and baz. This doesn't solve your

lookup words in vim

2010-04-23 Thread ypguo
For those using more than two language in work may lookup word in dict frequently, how to easy this process? I found two way to accomplish it: 1) Using "f" to lookup this word in web with TxtBrowser(http://www.vim.org/scripts/script.php?script_id=2899). 2) Using "Sdcv word"(could map to your fav

Re: netrw not working for me with Cygwin + Vim 7.2

2010-04-23 Thread Charles Campbell
Kablooie!! wrote: Hey all, This is probably a newbie question, but I've done some searching around and documentation reading and I just can't seem to get it working. The problem is that I've got a fresh install of cygwin, which includes vim 7.2. I'm "pretty" sure that includes the appropriate

netrw not working for me with Cygwin + Vim 7.2

2010-04-23 Thread Kablooie!!
Hey all, This is probably a newbie question, but I've done some searching around and documentation reading and I just can't seem to get it working. The problem is that I've got a fresh install of cygwin, which includes vim 7.2. I'm "pretty" sure that includes the appropriate version of netrw mod

Re: regex for a range that has a given number?

2010-04-23 Thread Tim Chase
On 04/23/2010 11:33 AM, Benjamin R. Haskell wrote: On Fri, 23 Apr 2010, Christian Brabandt wrote: On Do, 22 Apr 2010, Tim Chase wrote: function! FootSearch(fn) [...] Any bugs are yours to keep ;-) This is one I noticed: :s/\%(fu.*\)\@ Gesundheit! For those following along who aren't reg

Re: regex for a range that has a given number?

2010-04-23 Thread Benjamin R. Haskell
On Fri, 23 Apr 2010, Christian Brabandt wrote: > On Do, 22 Apr 2010, Tim Chase wrote: > > > function! FootSearch(fn) > > [...] > > Any bugs are yours to keep ;-) > > This is one I noticed: > :s/\%(fu.*\)\@http://www.vim.org/maillist.php Subscription settings: http://groups.google.com/group/

Re: A question about the usage of cscope ?

2010-04-23 Thread Charles Campbell
robert song wrote: hello, everyone. If I search for a string in the source code, by typing :cs f t foo then a list of the results will be shown, but I can't search quickly in the list, but watch line by line to find the one I search for. Is there any tip that help to solve the problem? For exampl

Re: run a script in current directory when startup

2010-04-23 Thread Vladimir Rybas
I do something like that, while starting Vim for generate and observe some data in my project $ cd /path/to/project $ vim -c 'r !./my_generator.sh' path/to/tmpfile this way you'll get my_generator.sh output in tmpfile In your case, when you want just to set some variables, you could do $ vim -c