diff options
author | ZyX <kp-pav@yandex.ru> | 2015-08-23 13:53:47 +0300 |
---|---|---|
committer | ZyX <kp-pav@yandex.ru> | 2015-10-08 22:00:50 +0300 |
commit | ad7b7716bb00ad19c013956861b437ee0ccf0876 (patch) | |
tree | 5a1c9a6e70d27c72c7ca69771fc1974eb166e55d /src/nvim/buffer.c | |
parent | 313b947e3fe1f290d91e0b48517145e103d178d2 (diff) | |
download | rneovim-ad7b7716bb00ad19c013956861b437ee0ccf0876.tar.gz rneovim-ad7b7716bb00ad19c013956861b437ee0ccf0876.tar.bz2 rneovim-ad7b7716bb00ad19c013956861b437ee0ccf0876.zip |
*: Fix lint errors found in new code in previously ignored files
Diffstat (limited to 'src/nvim/buffer.c')
-rw-r--r-- | src/nvim/buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/buffer.c b/src/nvim/buffer.c index d0fad0e002..b3eba4f5f6 100644 --- a/src/nvim/buffer.c +++ b/src/nvim/buffer.c @@ -1995,7 +1995,7 @@ buflist_nr2name ( /// /// @param[in,out] buf Buffer for which line and column are set. /// @param[in,out] win Window for which line and column are set. -/// @param[in] lnum Line number to be set. If it is zero then only +/// @param[in] lnum Line number to be set. If it is zero then only /// options are touched. /// @param[in] col Column number to be set. /// @param[in] copy_options If true save the local window option values. |