diff options
Diffstat (limited to 'src/nvim/plines.h')
-rw-r--r-- | src/nvim/plines.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/plines.h b/src/nvim/plines.h index 50310b8ce1..5e7f485284 100644 --- a/src/nvim/plines.h +++ b/src/nvim/plines.h @@ -73,6 +73,7 @@ static inline int linetabsize_str(char *s) } /// Like linetabsize_str(), but for a given window instead of the current one. +/// Doesn't count the size of 'listchars' "eol". /// /// @param wp /// @param line |