OT: vi(m) advise.
- From: Gilboa Davara <gilboad@xxxxxxxxx>
- Date: Thu, 28 Feb 2008 19:43:02 +0200
Hello all,
I've got a certain vim script that handles projects.
E.g.
"project project_name" translates to:
"gvim "+set tags=list_of_tag_files" file1 file2 ... Makefile"
A. I want to add tags support. E.g.:
"project project_name +tag" translates to:
"gvim "+set tags=list_of_tag_files" file1 file2 ... Makefile -t tag"
However, I'm getting a "Too many edit arguments: "-t"" error.
What am I doing wrong?
B. I want to add open_file support. E.g.:
"project project_name -fileX" translates to:
"gvim "+set tags=list_of_tag_files" file1 file2 ... Makefile", jump to
fileX
Can it be done?
- Gilboa
--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
- Follow-Ups:
- Re: OT: vi(m) advise.
- From: Gilboa Davara
- Re: OT: vi(m) advise.
- Prev by Date: Re: Archive Search
- Next by Date: Re: [F8 i386] Drive mount locations change at startup.
- Previous by thread: Archive Search
- Next by thread: Re: OT: vi(m) advise.
- Index(es):