mirror of
https://github.com/tildeclub/ex-vi.git
synced 2026-06-18 01:59:24 +00:00
fixed visual 'n' for very long lines
This commit is contained in:
3
ex_vis.h
3
ex_vis.h
@@ -72,7 +72,7 @@
|
||||
*
|
||||
* from ex_vis.h 7.4 (Berkeley) 5/31/85
|
||||
*
|
||||
* Sccsid @(#)ex_vis.h 1.21 (gritter) 8/4/05
|
||||
* Sccsid @(#)ex_vis.h 1.22 (gritter) 8/6/05
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -154,6 +154,7 @@ var struct vlinfo *vlinfo;
|
||||
#define FLAGS(c) (vlinfo[c].vflags)
|
||||
|
||||
#define VDIRT 1
|
||||
#define VLONG 2 /* Line does not fit on a single screen */
|
||||
|
||||
/*
|
||||
* Hacks to copy vlinfo structures around
|
||||
|
||||
Reference in New Issue
Block a user