Justin M. Keyes
|
26b84a8b3e
|
build/MSVC: fix "C4003: not enough actual parameters for macro"
For the case of TV_DICTITEM_STRUCT, we can't just pass `1` because:
https://github.com/neovim/neovim/pull/8142#discussion_r175262436
> this variant will trigger array overrun warnings from various static analyzers.
|
2018-03-18 14:30:05 +01:00 |
|
ZyX
|
9ea1752d60
|
*: Provide list length when allocating lists
|
2018-01-14 01:33:16 +03:00 |
|
ZyX
|
c55cf5f4c1
|
eval,lua/converter: Fix problems spotted in review
|
2017-12-31 01:00:13 +03:00 |
|
ZyX
|
0c533a488f
|
*: Remove most calls to tv_list_item_alloc
Still left calls in eval/typval.c and test/unit/eval/helpers.lua. Latter is the
only reason why function did not receive `static` modifier.
|
2017-12-24 14:09:35 +03:00 |
|
ZyX
|
ac4bbf55f6
|
*: Hide list implementation in other files as well
|
2017-12-10 22:04:43 +03:00 |
|
ZyX
|
274f32d42e
|
*: Start hiding list implementation
Most of files, except for eval.c and eval/* were only processed by perl.
|
2017-12-10 04:00:52 +03:00 |
|
ZyX
|
7dc7d2f83f
|
lua: Add PVS comment to lua/*.c
|
2017-05-20 05:06:55 +03:00 |
|
Nikolai Aleksandrovich Pavlov
|
c66fd37603
|
lua/converter: Fix typo in assert condition (#6708)
Ref https://github.com/neovim/neovim/pull/4411#issuecomment-300248206
|
2017-05-10 08:44:28 +02:00 |
|
ZyX
|
09f849b600
|
Merge branch 'master' into luaviml'/lua
|
2017-05-08 15:43:45 +03:00 |
|
ZyX
|
a8ade2441d
|
lua/converter: Remove useless macros
|
2017-04-11 11:05:19 +03:00 |
|
ZyX
|
f98a3d85ed
|
lua: Move files from src/nvim/viml/executor to src/nvim/lua
|
2017-04-11 01:09:36 +03:00 |
|