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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user