mirror of
https://github.com/neovim/neovim.git
synced 2025-09-26 21:18:34 +00:00
vim-patch:8.1.0874: using old style comments in new file
Problem: Using old style comments in new file.
Solution: Convert to // comments in new file. (Yegappan Lakshmanan)
9c46efd7dc
This commit is contained in:
@@ -429,11 +429,9 @@ int get_number_indent(linenr_T lnum)
|
||||
return (int)col;
|
||||
}
|
||||
|
||||
/*
|
||||
* Return appropriate space number for breakindent, taking influencing
|
||||
* parameters into account. Window must be specified, since it is not
|
||||
* necessarily always the current one.
|
||||
*/
|
||||
// Return appropriate space number for breakindent, taking influencing
|
||||
// parameters into account. Window must be specified, since it is not
|
||||
// necessarily always the current one.
|
||||
int get_breakindent_win(win_T *wp, const char_u *line)
|
||||
FUNC_ATTR_NONNULL_ALL
|
||||
{
|
||||
|
Reference in New Issue
Block a user