1
0
forked from aniani/vim

patch 7.4.1897

Problem:    Various typos, long lines and style mistakes.
Solution:   Fix the typos, wrap lines, improve style.
This commit is contained in:
Bram Moolenaar
2016-06-04 20:25:05 +02:00
parent 82af8710bf
commit fd89d7ea81
12 changed files with 14 additions and 13 deletions

View File

@@ -2139,7 +2139,8 @@ do_one_cmd(
#endif
}
ea.cmd = skipwhite(ea.cmd);
lnum = get_address(&ea, &ea.cmd, ea.addr_type, ea.skip, ea.addr_count == 0);
lnum = get_address(&ea, &ea.cmd, ea.addr_type, ea.skip,
ea.addr_count == 0);
if (ea.cmd == NULL) /* error detected */
goto doend;
if (lnum == MAXLNUM)