Re: jump from word to word

2007-01-30 Thread Jürgen Krämer
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.

RE: jump from word to word

2007-01-30 Thread Roy Fulbright
Try using capital W instead. Roy Fulbright From: Claus Atzenbeck [EMAIL PROTECTED] To: vim vim@vim.org Subject: jump from word to word Date: Tue, 30 Jan 2007 09:30:42 +0100 (CET) Hi all, w jumps from word to word. However, it considers German umlauts (äöüÄÖÜ) and German sz (ß) as word end.

RE: jump from word to word

2007-01-30 Thread Claus Atzenbeck
On Tue, 30 Jan 2007, Roy Fulbright wrote: Try using capital W instead. Thanks, this helps. I read about it when I started using Vim, however, apparently I forgot that. Claus

Re: jump from word to word

2007-01-30 Thread A.J.Mechelynck
Claus Atzenbeck wrote: Hi all, 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. ^

Re: jump from word to word

2007-01-30 Thread Claus Atzenbeck
On Tue, 30 Jan 2007, Jürgen Krämer wrote: note that W uses Vim's definition of WORD, i.e., any sequence of non-blank characters separated by white space is considered to be a WORD. In practice this means that W will not stop at commas, dots, exclamation marks, quotes, etc. It might be better