Commit Graph

10 Commits

Author SHA1 Message Date
deepend 2c0c217bb6 files from last release. ex-050325 2024-10-10 18:04:47 +00:00
Gunnar Ritter 6070ff258f fixed visual 'n' for very long lines 2005-08-06 11:41:15 +00:00
Gunnar Ritter 5e1eca3ce2 limited capability to view long lines with vi 2005-08-05 23:15:03 +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 2b70d8e5eb * The screen buffers for visual mode are now dynamically allocated, so
vi usually does not return to ex mode with "screen too large" when the
  terminal is resized on a large monitor anymore.
2005-08-04 12:09:59 +00:00
Gunnar Ritter 971748839e * Traditional regular expressions can now be used with multibyte characters. 2005-02-19 18:01:26 +00:00
Gunnar Ritter 1dbb3c2a66 * When moving left while the cursor is positioned over a multicolumn
character at the end of the line, the bell is rung now (Bugreport by
  Matthew Fischer).
* When moving up or down to a row with different column arrangement while
  the cursor is positioned over a multicolumn character, the leftmost
  character above the original position is chosen in the new row.
2005-02-15 22:39:33 +00:00
Gunnar Ritter 280906a241 singlebyte compile fixes 2005-02-15 16:55:39 +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