vile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vile] Another compat question


From: Marc Simpson
Subject: [vile] Another compat question
Date: Thu, 3 Mar 2016 15:09:35 -0800

I've noticed that a successful line substitution moves the cursor,
leaving it at the final replacement location. Here's a quick
comparison:

Initial buffer (cursor marked with the caret):

  foo bar baz
  ^

after :s/b/c/g in vile:

  foo car caz
          ^

after the same operation in nvi, ex-050325, vim:

  foo car caz
  ^

Is this behaviour configurable?

Thanks,
Marc



reply via email to

[Prev in Thread] Current Thread [Next in Thread]