mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 03:05:11 -07:00
Add a few more sources to CONV_SRCS.
This commit is contained in:
parent
3972f6cde7
commit
79a96ec1a4
@ -39,6 +39,8 @@ set(CONV_SRCS
|
|||||||
cursor.c
|
cursor.c
|
||||||
garray.c
|
garray.c
|
||||||
hashtab.c
|
hashtab.c
|
||||||
|
log.c
|
||||||
|
map.c
|
||||||
memory.c
|
memory.c
|
||||||
map.c
|
map.c
|
||||||
os/env.c
|
os/env.c
|
||||||
@ -48,6 +50,7 @@ set(CONV_SRCS
|
|||||||
os/rstream.c
|
os/rstream.c
|
||||||
os/signal.c
|
os/signal.c
|
||||||
os/users.c
|
os/users.c
|
||||||
|
os/uv_helpers.c
|
||||||
os/wstream.c
|
os/wstream.c
|
||||||
os/msgpack_rpc.c
|
os/msgpack_rpc.c
|
||||||
api/buffer.c
|
api/buffer.c
|
||||||
|
Loading…
Reference in New Issue
Block a user