aboutsummaryrefslogtreecommitdiff
path: root/src/globals.h
diff options
context:
space:
mode:
authorThiago de Arruda <tpadilha84@gmail.com>2014-04-08 07:01:44 -0300
committerThiago de Arruda <tpadilha84@gmail.com>2014-04-08 13:49:45 -0300
commit1fc7d6a0c514257cee9fb204cb83564b17354c11 (patch)
treec084cde4dbad56ce29ab07a3ffd247aea86cfbf9 /src/globals.h
parent08059114349d689d2a45bbeb983fe78217ba5f1c (diff)
downloadrneovim-1fc7d6a0c514257cee9fb204cb83564b17354c11.tar.gz
rneovim-1fc7d6a0c514257cee9fb204cb83564b17354c11.tar.bz2
rneovim-1fc7d6a0c514257cee9fb204cb83564b17354c11.zip
Fix/add more files with to clint-files.txt
Diffstat (limited to 'src/globals.h')
-rw-r--r--src/globals.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/globals.h b/src/globals.h
index 836e41aa2b..0ea3525c50 100644
--- a/src/globals.h
+++ b/src/globals.h
@@ -741,7 +741,7 @@ EXTERN int swap_exists_action INIT(= SEA_NONE);
EXTERN int swap_exists_did_quit INIT(= FALSE);
/* Selected "quit" at the dialog. */
-EXTERN char_u *IObuff; /* sprintf's are done in this buffer,
+EXTERN char_u IObuff[IOSIZE]; /* sprintf's are done in this buffer,
size is IOSIZE */
EXTERN char_u *NameBuff; /* file names are expanded in this
* buffer, size is MAXPATHL */