diff options
author | Nicolas Hillegeer <nicolas@hillegeer.com> | 2014-05-18 11:21:32 +0200 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-05-18 06:45:39 -0300 |
commit | b591447f772ed5411e207854b2125bff08902bf7 (patch) | |
tree | 4aadd55b776f7a991700cafe55757a9f1427c5d7 /src/nvim/regexp.c | |
parent | 96a9b5eaeef9d8cf9210a680beedae06a87f0e6b (diff) | |
download | rneovim-b591447f772ed5411e207854b2125bff08902bf7.tar.gz rneovim-b591447f772ed5411e207854b2125bff08902bf7.tar.bz2 rneovim-b591447f772ed5411e207854b2125bff08902bf7.zip |
clint: disregard compound literal return
This allows lines like:
return (my_struct_type) {
.my_int = 5,
.my_str = ""
};
Thanks to @watk for finding and fixing it!
Diffstat (limited to 'src/nvim/regexp.c')
0 files changed, 0 insertions, 0 deletions