Commit Graph

5 Commits

Author SHA1 Message Date
Gunnar Ritter 1f78fc629a * If the 'next!' ex command is given and the autowrite option is set, the
current file is not written anymore.
2005-02-18 17:54:25 +00:00
Gunnar Ritter 6afc996872 * The 'substitute' ex command can now be abbreviated as 'sub', 'subst' etc. 2005-02-17 19:31:36 +00:00
Gunnar Ritter aada6fd740 * Ex does not exit on errors immediately anymore if standard input is not
a terminal but a pipe or regular file.
2005-02-17 17:00:56 +00:00
Gunnar Ritter 6b5d023516 * Fixed an old vi bug: If a vi command that yanked or deleted part of a line
was followed by an ex command that also yanked or deleted some text, a
  following 'p' vi command pasted the text affected by the former vi command.
  It now pastes the text of the last yank or delete even if that was an ex
  command.
2005-01-02 14:58:49 +00:00
Gunnar Ritter 92e4e9fdf7 Initial revision 2004-12-04 13:17:05 +00:00