diff options
author | Felipe Oliveira Carvalho <felipekde@gmail.com> | 2014-05-31 00:49:17 -0300 |
---|---|---|
committer | Felipe Oliveira Carvalho <felipekde@gmail.com> | 2014-06-16 01:40:28 -0300 |
commit | 3cb3c20b7451ef4a7bc857026e2bc28b171fbb0f (patch) | |
tree | 889602c0ddd1d647e51f0010605bdc973738696e /src/nvim/ex_cmds.c | |
parent | f4002c97dc36e817a59b5e18c852d1a17e775c1c (diff) | |
download | rneovim-3cb3c20b7451ef4a7bc857026e2bc28b171fbb0f.tar.gz rneovim-3cb3c20b7451ef4a7bc857026e2bc28b171fbb0f.tar.bz2 rneovim-3cb3c20b7451ef4a7bc857026e2bc28b171fbb0f.zip |
Fix some "out of memory" comments and few cosmetics
Diffstat (limited to 'src/nvim/ex_cmds.c')
-rw-r--r-- | src/nvim/ex_cmds.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/ex_cmds.c b/src/nvim/ex_cmds.c index ce70f59c27..fb6ec70f57 100644 --- a/src/nvim/ex_cmds.c +++ b/src/nvim/ex_cmds.c @@ -1853,7 +1853,7 @@ int viminfo_readline(vir_T *virp) * * Check for a long line as written by viminfo_writestring(). * - * Return the string in allocated memory (NULL when out of memory). + * Return the string in allocated memory (or NULL to indicate failure). */ char_u * viminfo_readstring ( |