Hi,

Claus Atzenbeck wrote:
> 
> "w" jumps from word to word. However, it considers German umlauts
> (äöüÄÖÜ) and German sz (ß) as word end. For example, "w" stops at the
> indicated positions:
> 
>     Schwämme überall.
>     ^   ^^   ^^     ^
> 
> However, I would desire instead:
> 
>     Schwämme überall.
>     ^        ^      ^
> 
> Any idea how to teach Vim to consider special characters as mentioned
> above as "normal" letters?

  :help word
  :help 'iskeyword'

Regards,
Jürgen

-- 
Sometimes I think the surest sign that intelligent life exists elsewhere
in the universe is that none of it has tried to contact us.     (Calvin)

Reply via email to