Santhalus wrote:
> I let myself drop in some suggestions here.

Good. I'll keep the alternatives and suggest choices a little later.

A couple of comments:

>> 152 Spelling checkers for several languages
>> # (Is tip 152 relevant now?? Maybe delete?)
> --> 152 Check spelling for different languages

I'm hoping someone who understands this stuff can comment on whether tip 152
should just be deleted. If we can't decide, I like your suggestion for the
title.

>> 316 Using /pattern/ search in a script
...
> # The original title DOES say about searching in a script but 
> # it is irrelevant - you can search anything using this tip.
> # IMO the point of this tip is to run a set of vim commands
> # on text found by a search regexp pattern.
> # So maybe along these line:
> --> 316 Modify search results automatically
> --> 316 Run commands on found search pattern
> --> 316 Search and modify text pattern automatically
> --> 316 Use advanced search functions

I still think that the tip is about using a Vim script to search anything.
The author points out that there is a built-in search() script function, but
claims that using 'normal /...' can be more flexible. Perhaps the tip is
more about using the normal command in a script, so the title might be one
of:

316 Search using a script
# The above title would be good if the tip were
# expanded, with more info on using search().
316 Using the normal command to search with a script

> Anyway I think this tip should be merged with 802 and 14, 
> so maybe this title does not matter so much.

But 802 and 14 are about searching using commands, not using a script. Tip
316 has ':normal /...'. You put that in a script; you wouldn't type such a
command.

John

_______________________________________________
Vim-l mailing list
Vim-l@wikia.com
http://lists.wikia.com/mailman/listinfo/vim-l

Reply via email to