neovim/src
Rich Wareham 0f438e42a8 move libuv functions to os.c and io.c module
Despite being an io library, the functions currently implemented with
libuv include some non-I/O tasks like getting the total amount of
memory.
2014-02-24 22:00:03 -03:00
..
po Changed name of binary (vim -> nvim). 2014-02-24 18:48:51 -03:00
proto Import vim from changeset v5628:c9cad40b4181 2014-01-31 10:39:15 -03:00
testdir Changed name of binary (vim -> nvim). 2014-02-24 18:48:51 -03:00
arabic.c Convert function declarations from K&R to ANSI style. 2014-02-24 09:48:18 -05:00
arabic.h Import vim from changeset v5628:c9cad40b4181 2014-01-31 10:39:15 -03:00
ascii.h Import vim from changeset v5628:c9cad40b4181 2014-01-31 10:39:15 -03:00
blowfish.c Convert function declarations from K&R to ANSI style. 2014-02-24 09:48:18 -05:00
buffer.c Convert function declarations from K&R to ANSI style. 2014-02-24 09:48:18 -05:00
charset.c Convert function declarations from K&R to ANSI style. 2014-02-24 09:48:18 -05:00
CMakeLists.txt Changed name of binary (vim -> nvim). 2014-02-24 18:48:51 -03:00
diff.c Convert function declarations from K&R to ANSI style. 2014-02-24 09:48:18 -05:00
digraph.c Convert function declarations from K&R to ANSI style. 2014-02-24 09:48:18 -05:00
edit.c Convert function declarations from K&R to ANSI style. 2014-02-24 09:48:18 -05:00
eval.c Merge pull request #79 from jdiez17/has_neovim 2014-02-24 21:17:36 +00:00
ex_cmds2.c Convert function declarations from K&R to ANSI style. 2014-02-24 09:48:18 -05:00
ex_cmds.c Convert function declarations from K&R to ANSI style. 2014-02-24 09:48:18 -05:00
ex_cmds.h Import vim from changeset v5628:c9cad40b4181 2014-01-31 10:39:15 -03:00
ex_docmd.c Convert function declarations from K&R to ANSI style. 2014-02-24 09:48:18 -05:00
ex_eval.c Convert function declarations from K&R to ANSI style. 2014-02-24 09:48:18 -05:00
ex_getln.c Convert function declarations from K&R to ANSI style. 2014-02-24 09:48:18 -05:00
farsi.c Convert function declarations from K&R to ANSI style. 2014-02-24 09:48:18 -05:00
farsi.h Import vim from changeset v5628:c9cad40b4181 2014-01-31 10:39:15 -03:00
fileio.c Convert function declarations from K&R to ANSI style. 2014-02-24 09:48:18 -05:00
fold.c Convert function declarations from K&R to ANSI style. 2014-02-24 09:48:18 -05:00
getchar.c Convert function declarations from K&R to ANSI style. 2014-02-24 09:48:18 -05:00
globals.h Remove more #ifdef dead code 2014-02-01 11:17:43 -03:00
hangulin.c Convert function declarations from K&R to ANSI style. 2014-02-24 09:48:18 -05:00
hardcopy.c Convert function declarations from K&R to ANSI style. 2014-02-24 09:48:18 -05:00
hashtab.c Convert function declarations from K&R to ANSI style. 2014-02-24 09:48:18 -05:00
if_cscope.c Convert function declarations from K&R to ANSI style. 2014-02-24 09:48:18 -05:00
if_cscope.h Import vim from changeset v5628:c9cad40b4181 2014-01-31 10:39:15 -03:00
io.c move libuv functions to os.c and io.c module 2014-02-24 22:00:03 -03:00
keymap.h Import vim from changeset v5628:c9cad40b4181 2014-01-31 10:39:15 -03:00
macros.h Import vim from changeset v5628:c9cad40b4181 2014-01-31 10:39:15 -03:00
main.c Convert function declarations from K&R to ANSI style. 2014-02-24 09:48:18 -05:00
mark.c Convert function declarations from K&R to ANSI style. 2014-02-24 09:48:18 -05:00
mbyte.c Convert function declarations from K&R to ANSI style. 2014-02-24 09:48:18 -05:00
memfile.c Convert function declarations from K&R to ANSI style. 2014-02-24 09:48:18 -05:00
memline.c Convert function declarations from K&R to ANSI style. 2014-02-24 09:48:18 -05:00
menu.c Convert function declarations from K&R to ANSI style. 2014-02-24 09:48:18 -05:00
message.c Convert function declarations from K&R to ANSI style. 2014-02-24 09:48:18 -05:00
misc1.c Convert function declarations from K&R to ANSI style. 2014-02-24 09:48:18 -05:00
misc2.c Convert function declarations from K&R to ANSI style. 2014-02-24 09:48:18 -05:00
move.c Convert function declarations from K&R to ANSI style. 2014-02-24 09:48:18 -05:00
normal.c Convert function declarations from K&R to ANSI style. 2014-02-24 09:48:18 -05:00
ops.c Convert function declarations from K&R to ANSI style. 2014-02-24 09:48:18 -05:00
option.c Convert function declarations from K&R to ANSI style. 2014-02-24 09:48:18 -05:00
option.h Import vim from changeset v5628:c9cad40b4181 2014-01-31 10:39:15 -03:00
os_unix.c move libuv functions to os.c and io.c module 2014-02-24 22:00:03 -03:00
os_unix.h os_unix: use libuv total memory function 2014-02-24 22:00:03 -03:00
os_unixx.h Import vim from changeset v5628:c9cad40b4181 2014-01-31 10:39:15 -03:00
os.c move libuv functions to os.c and io.c module 2014-02-24 22:00:03 -03:00
popupmnu.c Convert function declarations from K&R to ANSI style. 2014-02-24 09:48:18 -05:00
proto.h Import vim from changeset v5628:c9cad40b4181 2014-01-31 10:39:15 -03:00
quickfix.c Convert function declarations from K&R to ANSI style. 2014-02-24 09:48:18 -05:00
regexp_nfa.c Convert function declarations from K&R to ANSI style. 2014-02-24 09:48:18 -05:00
regexp.c Convert function declarations from K&R to ANSI style. 2014-02-24 09:48:18 -05:00
regexp.h Import vim from changeset v5628:c9cad40b4181 2014-01-31 10:39:15 -03:00
screen.c Convert function declarations from K&R to ANSI style. 2014-02-24 09:48:18 -05:00
search.c Convert function declarations from K&R to ANSI style. 2014-02-24 09:48:18 -05:00
sha256.c Convert function declarations from K&R to ANSI style. 2014-02-24 09:48:18 -05:00
spell.c Convert function declarations from K&R to ANSI style. 2014-02-24 09:48:18 -05:00
structs.h Import vim from changeset v5628:c9cad40b4181 2014-01-31 10:39:15 -03:00
syntax.c Convert function declarations from K&R to ANSI style. 2014-02-24 09:48:18 -05:00
tag.c Convert function declarations from K&R to ANSI style. 2014-02-24 09:48:18 -05:00
term.c Convert function declarations from K&R to ANSI style. 2014-02-24 09:48:18 -05:00
term.h Import vim from changeset v5628:c9cad40b4181 2014-01-31 10:39:15 -03:00
ui.c Convert function declarations from K&R to ANSI style. 2014-02-24 09:48:18 -05:00
undo.c Convert function declarations from K&R to ANSI style. 2014-02-24 09:48:18 -05:00
version.c Convert function declarations from K&R to ANSI style. 2014-02-24 09:48:18 -05:00
version.h Import vim from changeset v5628:c9cad40b4181 2014-01-31 10:39:15 -03:00
vim.h Convert function declarations from K&R to ANSI style. 2014-02-24 09:48:18 -05:00
window.c Convert function declarations from K&R to ANSI style. 2014-02-24 09:48:18 -05:00