diff options
| author | Daniel Hahler <git@thequod.de> | 2019-08-20 04:52:56 +0200 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-08-20 04:52:56 +0200 | 
| commit | 57e19ea846ac2821e308029b4569cffa0a1fd41f (patch) | |
| tree | 2652377de856c61c603ca2df9ff75a2ed3e64dd0 /src/nvim/misc1.c | |
| parent | 7fa49627e583e1020919760ad37cf4c1639469da (diff) | |
| parent | ec9b57cb6e6679b7f08001677fc523a5d0a2a819 (diff) | |
| download | rneovim-57e19ea846ac2821e308029b4569cffa0a1fd41f.tar.gz rneovim-57e19ea846ac2821e308029b4569cffa0a1fd41f.tar.bz2 rneovim-57e19ea846ac2821e308029b4569cffa0a1fd41f.zip | |
Merge pull request #10814 from janlazo/vim-8.1.1887
vim-patch:8.1.{1887,1890}
Diffstat (limited to 'src/nvim/misc1.c')
| -rw-r--r-- | src/nvim/misc1.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/nvim/misc1.c b/src/nvim/misc1.c index 44e2c7df5f..bb95cd5737 100644 --- a/src/nvim/misc1.c +++ b/src/nvim/misc1.c @@ -61,7 +61,7 @@  #ifdef INCLUDE_GENERATED_DECLARATIONS  # include "misc1.c.generated.h"  #endif -/* All user names (for ~user completion as done by shell). */ +// All user names (for ~user completion as done by shell).  static garray_T ga_users = GA_EMPTY_INIT_VALUE;  /* | 
