7 Commits

Author SHA1 Message Date
2c0c217bb6 files from last release. ex-050325 2024-10-10 18:04:47 +00:00
Gunnar Ritter
b0ff1d6b3e ex (not vi) can now edit files with lines of arbitrary length. 2005-08-04 15:23:39 +00:00
Gunnar Ritter
cffa86a85e * The position of '$' when changing text was fixed for cases where the first
changed character had multiple columns but the last one had not.
2005-01-13 19:03:43 +00:00
Gunnar Ritter
91464fa6fb * Visual 'U' followed by 'u' lead to garbage on the screen when multibyte
characters were present on the changed line.
2005-01-10 23:32:28 +00:00
Gunnar Ritter
335f1e9f08 * Undoing the replacement of a multicolumn character by a singlecolumn
character twice made the singlecolumn character invisible.
2005-01-10 21:59:00 +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