diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2015-03-24 16:29:18 -0400 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2015-03-24 16:29:18 -0400 |
| commit | e16ff72e71172730f1d2e7c814f774c1174af36b (patch) | |
| tree | b8ddb9093314c71a56cd2542ebb675ddaf2c02e2 /src/nvim/ex_getln.c | |
| parent | ed1070bb24d61cfeb13c7afa65de64540dabe535 (diff) | |
| parent | 3fc18e25b8f6c1ead673ce9283461af9495829c4 (diff) | |
| download | rneovim-e16ff72e71172730f1d2e7c814f774c1174af36b.tar.gz rneovim-e16ff72e71172730f1d2e7c814f774c1174af36b.tar.bz2 rneovim-e16ff72e71172730f1d2e7c814f774c1174af36b.zip | |
Merge #2148 'misc1.c: split some environment functions'
Diffstat (limited to 'src/nvim/ex_getln.c')
| -rw-r--r-- | src/nvim/ex_getln.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/ex_getln.c b/src/nvim/ex_getln.c index 238beebf3e..a5d0d0be16 100644 --- a/src/nvim/ex_getln.c +++ b/src/nvim/ex_getln.c @@ -3808,7 +3808,7 @@ expand_shellcmd ( char_u *pat; int i; char_u *path; - int mustfree = FALSE; + bool mustfree = false; garray_T ga; char_u *buf = xmalloc(MAXPATHL); size_t l; |
