mirror of
https://github.com/neovim/neovim.git
synced 2025-09-13 23:08:16 +00:00
vim-patch:8.0.0164 (#7368)
Problem: Outdated and misplaced comments.
Solution: Fix the comments.
caa55b65c2
This commit is contained in:

committed by
Justin M. Keyes

parent
e565fc2294
commit
1663599beb
@@ -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.
|
||||
|
Reference in New Issue
Block a user