forked from aniani/vim
patch 8.1.1182: some function prototypes are outdated
Problem: Some function prototypes are outdated. Solution: Update function prototypes. (Ken Takata, closes #4267)
This commit is contained in:
@@ -4302,7 +4302,7 @@ win_goto_ver(
|
||||
* Returns the specified window if the neighbor is not found.
|
||||
*/
|
||||
win_T *
|
||||
win_horz_neighbor(tabpage_T *tp, win_T * wp, int left, long count)
|
||||
win_horz_neighbor(tabpage_T *tp, win_T *wp, int left, long count)
|
||||
{
|
||||
frame_T *fr;
|
||||
frame_T *nfr;
|
||||
|
Reference in New Issue
Block a user