Re: OT: vi(m) advise.
- From: Gilboa Davara <gilboad@xxxxxxxxx>
- Date: Thu, 28 Feb 2008 19:52:01 +0200
On Thu, 2008-02-28 at 19:43 +0200, Gilboa Davara wrote:
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?
Please ignore this question.
FYI, I solved the problem by doing:
"gvim "+set tags=list_of_tag_files" "+tag tag" file1 file2 ... Makefile
-t tag"
Still need help on the second question, though.
- Gilboa
--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
- References:
- OT: vi(m) advise.
- From: Gilboa Davara
- OT: vi(m) advise.
- Prev by Date: Re: nv driver does not support VGA port?
- Next by Date: Re: nv driver does not support VGA port?
- Previous by thread: OT: vi(m) advise.
- Next by thread: Verizon EVDO 5750 Broadband Card
- Index(es):