diff options
author | ZyX <kp-pav@ya.ru> | 2014-06-01 02:11:35 +0400 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-06-02 11:04:18 -0300 |
commit | dca28e55c7f798238e693d6db56da201c8d6dc29 (patch) | |
tree | 6a00f851323018bba292bc28d8a5683165671952 /src/nvim/ex_cmds2.c | |
parent | bf4fb301216f18ed9126a08a57c27453b51c044e (diff) | |
download | rneovim-dca28e55c7f798238e693d6db56da201c8d6dc29.tar.gz rneovim-dca28e55c7f798238e693d6db56da201c8d6dc29.tar.bz2 rneovim-dca28e55c7f798238e693d6db56da201c8d6dc29.zip |
Fix some styles
Diffstat (limited to 'src/nvim/ex_cmds2.c')
-rw-r--r-- | src/nvim/ex_cmds2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/ex_cmds2.c b/src/nvim/ex_cmds2.c index 2d24225c01..02d8f6f9af 100644 --- a/src/nvim/ex_cmds2.c +++ b/src/nvim/ex_cmds2.c @@ -46,6 +46,7 @@ #include "nvim/os/os.h" #include "nvim/os/shell.h" + /* Growarray to store info about already sourced scripts. * Also store the dev/ino, so that we don't have to stat() each * script when going through the list. */ |