* Made multicolumn characters work in lines longer than the screen width in

visual mode (Bugreport by Matthew Fischer).
This commit is contained in:
Gunnar Ritter
2005-02-15 16:31:11 +00:00
parent 625b7e45f5
commit d1a3bb3efa
9 changed files with 82 additions and 32 deletions

View File

@@ -70,12 +70,12 @@
* OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* Sccsid @(#)ex_version.c 1.123 (gritter) 2/13/05
* Sccsid @(#)ex_version.c 1.124 (gritter) 2/15/05
*/
#include "ex.h"
static char *versionstring = "@(#)Version 4.0 (gritter) 2/13/05";
static char *versionstring = "@(#)Version 4.0 (gritter) 2/15/05";
void
printver(void)