diff options
| author | ZyX <kp-pav@yandex.ru> | 2017-05-08 15:43:45 +0300 | 
|---|---|---|
| committer | ZyX <kp-pav@yandex.ru> | 2017-05-08 15:43:45 +0300 | 
| commit | 09f849b60000c2d401d82f2b2fb2badde5583658 (patch) | |
| tree | 662d17ea2e905f4136abef2d003014cb7dc914d4 /src/nvim/eval/typval_encode.c.h | |
| parent | 1d7fde39a6927d01de74aefb540ad445bfdfbfda (diff) | |
| parent | a9605bb4aff76a934a4c39fbda093ee8fc8a1c71 (diff) | |
| download | rneovim-09f849b60000c2d401d82f2b2fb2badde5583658.tar.gz rneovim-09f849b60000c2d401d82f2b2fb2badde5583658.tar.bz2 rneovim-09f849b60000c2d401d82f2b2fb2badde5583658.zip  | |
Merge branch 'master' into luaviml'/lua
Diffstat (limited to 'src/nvim/eval/typval_encode.c.h')
| -rw-r--r-- | src/nvim/eval/typval_encode.c.h | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/src/nvim/eval/typval_encode.c.h b/src/nvim/eval/typval_encode.c.h index 17cab4f6ea..a93ad2dbba 100644 --- a/src/nvim/eval/typval_encode.c.h +++ b/src/nvim/eval/typval_encode.c.h @@ -485,7 +485,7 @@ static int _TYPVAL_ENCODE_CONVERT_ONE_VALUE(              }              if (is_string) {                TYPVAL_ENCODE_CONV_STR_STRING(tv, buf, len); -            } else { +            } else {  // -V523                TYPVAL_ENCODE_CONV_STRING(tv, buf, len);              }              xfree(buf); @@ -607,7 +607,7 @@ _convert_one_value_regular_dict: {}  typval_encode_stop_converting_one_item:    return OK;    // Prevent “unused label” warnings. -  goto typval_encode_stop_converting_one_item; +  goto typval_encode_stop_converting_one_item;  // -V779  }  TYPVAL_ENCODE_SCOPE int _TYPVAL_ENCODE_ENCODE( @@ -810,5 +810,5 @@ encode_vim_to__error_ret:    _mp_destroy(mpstack);    return FAIL;    // Prevent “unused label” warnings. -  goto typval_encode_stop_converting_one_item; +  goto typval_encode_stop_converting_one_item;  // -V779  }  | 
