mirror of https://github.com/tildeclub/ex-vi.git
050225 release
This commit is contained in:
parent
687283420e
commit
451eeb404b
4
Changes
4
Changes
|
@ -1,7 +1,7 @@
|
||||||
Release ...
|
Release 2/25/05
|
||||||
* Traditional regular expressions can now be used with multibyte characters.
|
* Traditional regular expressions can now be used with multibyte characters.
|
||||||
* When the 'ignorecase' option is toggled, saved regular expressions are now
|
* When the 'ignorecase' option is toggled, saved regular expressions are now
|
||||||
updated accordingly.
|
updated accordingly. (P)
|
||||||
* If a line began with a tabulator and another tabulator was inserted with
|
* If a line began with a tabulator and another tabulator was inserted with
|
||||||
the cursor located on the first tabulator, the display was not updated
|
the cursor located on the first tabulator, the display was not updated
|
||||||
appropriately since the last release (Bugreport by Matthew Fischer). (P)
|
appropriately since the last release (Bugreport by Matthew Fischer). (P)
|
||||||
|
|
|
@ -70,12 +70,12 @@
|
||||||
* OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
|
* OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
|
||||||
* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
*
|
*
|
||||||
* Sccsid @(#)ex_version.c 1.128 (gritter) 2/20/05
|
* Sccsid @(#)ex_version.c 1.129 (gritter) 2/25/05
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "ex.h"
|
#include "ex.h"
|
||||||
|
|
||||||
static char *versionstring = "@(#)Version 4.0 (gritter) 2/20/05";
|
static char *versionstring = "@(#)Version 4.0 (gritter) 2/25/05";
|
||||||
|
|
||||||
void
|
void
|
||||||
printver(void)
|
printver(void)
|
||||||
|
|
Loading…
Reference in New Issue