Commit Graph

8 Commits

Author SHA1 Message Date
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