On 2005-01-05 16:29:29 +0100, Thorsten Haude wrote:
> Moin,
>
> * Bj�rn Zachej wrote (2005-01-05 16:11):
> >>>* Thorsten Haude <[EMAIL PROTECTED]> [20050105 03:10]:
> >>>>Das sucht bei mir nicht inkrementell. Fehlt da noch eine Option?
> >
> >:set incsearch
>
> Danke! Geht das auch smart, so wie Mutt sucht? Case-sensitive nur,
> wenn man einen gro�en Buchstaben eingibt?
,----
| 'smartcase' 'scs' boolean (default off)
| global
| {not in Vi}
| Override the 'ignorecase' option if the search pattern contains upper
| case characters. Only used when the search pattern is typed and
| 'ignorecase' option is on. Used for the commands "/", "?", "n", "N",
| ":g" and ":s". Not used for "*", "#", "gd", tag search, etc.. After
| "*" and "#" you can make 'smartcase' used by doing a "/" command,
| recalling the search pattern from history and hitting <Enter>.
| NOTE: This option is reset when 'compatible' is set.
`----
Ich habe u.a. in meiner ~/.vimrc
,----[ ~/.vimrc ]-
| set ignorecase " Do case-insensitive matching
| set smartcase " but don't ignore case when pattern contains
upper-case
| set incsearch " Incremental search
`----
Michael
--
Haeufig gestellte Fragen und Antworten (FAQ):
http://www.de.debian.org/debian-user-german-FAQ/
Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject "unsubscribe". Probleme? Mail an [EMAIL PROTECTED] (engl)