mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
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:
@@ -2516,7 +2516,7 @@ buflist_findnr(int nr)
|
||||
nr = curwin->w_alt_fnum;
|
||||
for (buf = firstbuf; buf != NULL; buf = buf->b_next)
|
||||
if (buf->b_fnum == nr)
|
||||
return (buf);
|
||||
return buf;
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user