mirror of
https://github.com/vim/vim.git
synced 2025-09-29 04:34:16 -04:00
updated for version 7.1b
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
/* Modified by Bram Moolenaar for use with VIM - Vi Improved. */
|
||||
/* A few bugs removed by Olaf 'Rhialto' Seibert. */
|
||||
|
||||
/* TERMLIB: Terminal independant database. */
|
||||
/* TERMLIB: Terminal independent database. */
|
||||
|
||||
#include "vim.h"
|
||||
#include "termlib.pro"
|
||||
@@ -155,7 +155,7 @@ getent(tbuf, term, termcap, buflen)
|
||||
{
|
||||
char *nexttptr;
|
||||
|
||||
while (*tptr == '|') /* | seperates names */
|
||||
while (*tptr == '|') /* | separates names */
|
||||
tptr++;
|
||||
nexttptr = _find(tptr, ":|"); /* Rhialto */
|
||||
if (tptr + tlen == nexttptr &&
|
||||
|
Reference in New Issue
Block a user