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/search.h | |
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/search.h')
-rw-r--r-- | src/nvim/search.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/search.h b/src/nvim/search.h index 1fc2d6710e..6947f79d49 100644 --- a/src/nvim/search.h +++ b/src/nvim/search.h @@ -44,7 +44,7 @@ /// Structure containing offset definition for the last search pattern /// -/// @note Only offset for the last search pattern is used, not for the last +/// @note Only offset for the last search pattern is used, not for the last /// substitute pattern. typedef struct soffset { char dir; ///< Search direction: forward ('/') or backward ('?') |