Commit Graph

20 Commits

Author SHA1 Message Date
deepend 2c0c217bb6 files from last release. ex-050325 2024-10-10 18:04:47 +00:00
Gunnar Ritter 5e1eca3ce2 limited capability to view long lines with vi 2005-08-05 23:15:03 +00:00
Gunnar Ritter f2ae772abb made regular expressions work again (were broken since last revision) 2005-08-04 16:58:51 +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 c13aadbd6a * Traditional regular expressions sometimes failed to operate correctly
since the last release.
2005-03-24 23:38:10 +00:00
Gunnar Ritter 687283420e malloc fixes 2005-02-20 22:20:58 +00:00
Gunnar Ritter 48c2d1ea7d id 2005-02-20 16:21:04 +00:00
Gunnar Ritter ac7a080336 loconv() did not terminate strings when copying 2005-02-20 16:19:05 +00:00
Gunnar Ritter a2e6b9bf06 no VLAs 2005-02-20 16:04:13 +00:00
Gunnar Ritter 493b8bb250 use REG_BADRANGE only with NO_BE_BACKSLASH 2005-02-20 14:06:03 +00:00
Gunnar Ritter 3a034c9785 * When the 'ignorecase' option is toggled, saved regular expressions are now
updated accordingly.
2005-02-19 20:13:22 +00:00
Gunnar Ritter 773cc81104 got rid of Re_used 2005-02-19 19:38:24 +00:00
Gunnar Ritter 12f5e52169 have log[12] as explicit variables 2005-02-19 19:29:03 +00:00
Gunnar Ritter 6a6d9e4069 include regex.h in ex_re.c only 2005-02-19 18:37:13 +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 47bc82618c fix for solaris compiler 2005-02-18 17:57:00 +00:00
Gunnar Ritter d1a3bb3efa * Made multicolumn characters work in lines longer than the screen width in
visual mode (Bugreport by Matthew Fischer).
2005-02-15 16:31:11 +00:00
Gunnar Ritter 6f9ef30277 * The '\u', '\l', '\U', and '\L' substitution sequences work with multibyte
characters now.
2005-01-09 13:23: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