vim-patch:8.0.0164 (#7368)

Problem:    Outdated and misplaced comments.
Solution:   Fix the comments.

caa55b65c2
This commit is contained in:
KunMing Xie
2017-10-09 00:52:57 +08:00
committed by Justin M. Keyes
parent e565fc2294
commit 1663599beb
4 changed files with 13 additions and 18 deletions

View File

@@ -17528,7 +17528,7 @@ static void f_winsaveview(typval_T *argvars, typval_T *rettv, FunPtr fptr)
tv_dict_add_nr(dict, S_LEN("skipcol"), (varnumber_T)curwin->w_skipcol);
}
/// Writes list of strings to file
/// Write "list" of strings to file "fd".
///
/// @param fp File to write to.
/// @param[in] list List to write.