neovim/src
Thomas Wienecke fc86866402 Fix style issues.
* Rename mch_full_name to mch_get_absolute_path.
* Rename mch_is_full_name to mch_is_absolute_path.
* Add a lot of missing parentheses.
* Remove yoda-conditions for consistency.
* Remove spaces in function declaration.
2014-03-06 13:10:58 -03:00
..
os Fix style issues. 2014-03-06 13:10:58 -03:00
po Changed name of binary (vim -> nvim). 2014-02-24 18:48:51 -03:00
testdir Modify travis configuration to install valgrind 2014-02-26 22:23:51 -03:00
arabic.c Remove __ARGS macro. Close #205 2014-03-02 14:19:59 -03:00
arabic.h Import vim from changeset v5628:c9cad40b4181 2014-01-31 10:39:15 -03:00
ascii.h Removes 'proto' dir 2014-02-26 04:17:27 -03:00
blowfish.c Remove __ARGS macro. Close #205 2014-03-02 14:19:59 -03:00
blowfish.h Remove __ARGS macro. Close #205 2014-03-02 14:19:59 -03:00
buffer.c Fix style issues. 2014-03-06 13:10:58 -03:00
buffer.h Remove __ARGS macro. Close #205 2014-03-02 14:19:59 -03:00
charset.c Assert that vim_strsize and vim_strnsize gets a non-null parameter. 2014-03-04 21:02:57 -03:00
charset.h Remove __ARGS macro. Close #205 2014-03-02 14:19:59 -03:00
CMakeLists.txt Use cmake module instead of shared for nvim-test 2014-02-28 05:50:16 -03:00
crypt.c Extract crypt.c from misc2.c 2014-03-06 07:16:21 -03:00
crypt.h Extract crypt.c from misc2.c 2014-03-06 07:16:21 -03:00
diff.c Remove __ARGS macro. Close #205 2014-03-02 14:19:59 -03:00
diff.h Remove __ARGS macro. Close #205 2014-03-02 14:19:59 -03:00
digraph.c Remove __ARGS macro. Close #205 2014-03-02 14:19:59 -03:00
digraph.h Remove __ARGS macro. Close #205 2014-03-02 14:19:59 -03:00
edit.c Extract keymap.c from misc2.c 2014-03-06 07:16:21 -03:00
edit.h Remove __ARGS macro. Close #205 2014-03-02 14:19:59 -03:00
eval.c Fix style issues. 2014-03-06 13:10:58 -03:00
eval.h Remove __ARGS macro. Close #205 2014-03-02 14:19:59 -03:00
ex_cmds2.c Port mch_isdir to libuv. 2014-03-05 15:01:19 -03:00
ex_cmds2.h Remove __ARGS macro. Close #205 2014-03-02 14:19:59 -03:00
ex_cmds_defs.h Remove __ARGS macro. Close #205 2014-03-02 14:19:59 -03:00
ex_cmds.c Port mch_isdir to libuv. 2014-03-05 15:01:19 -03:00
ex_cmds.h Remove __ARGS macro. Close #205 2014-03-02 14:19:59 -03:00
ex_docmd.c Extract keymap.c from misc2.c 2014-03-06 07:16:21 -03:00
ex_docmd.h Remove __ARGS macro. Close #205 2014-03-02 14:19:59 -03:00
ex_eval.c Remove __ARGS macro. Close #205 2014-03-02 14:19:59 -03:00
ex_eval.h Remove __ARGS macro. Close #205 2014-03-02 14:19:59 -03:00
ex_getln.c Fix style issues. 2014-03-06 13:10:58 -03:00
ex_getln.h Remove __ARGS macro. Close #205 2014-03-02 14:19:59 -03:00
farsi.c Remove __ARGS macro. Close #205 2014-03-02 14:19:59 -03:00
farsi.h Removes 'proto' dir 2014-02-26 04:17:27 -03:00
file_search.c Remove __ARGS macro. Close #205 2014-03-02 14:19:59 -03:00
file_search.h Remove __ARGS macro. Close #205 2014-03-02 14:19:59 -03:00
fileio.c Fix style issues. 2014-03-06 13:10:58 -03:00
fileio.h Remove __ARGS macro. Close #205 2014-03-02 14:19:59 -03:00
fold.c Move some of misc1.c to indent.c. 2014-03-03 10:12:10 -03:00
fold.h Remove __ARGS macro. Close #205 2014-03-02 14:19:59 -03:00
garray.c Remove USE_SYSTEM and code only run under USE_SYSTEM 2014-03-05 15:12:21 -03:00
garray.h Remove __ARGS macro. Close #205 2014-03-02 14:19:59 -03:00
getchar.c Extract keymap.c from misc2.c 2014-03-06 07:16:21 -03:00
getchar.h Remove __ARGS macro. Close #205 2014-03-02 14:19:59 -03:00
globals.h Remove __ARGS macro. Close #205 2014-03-02 14:19:59 -03:00
hangulin.c Remove __ARGS macro. Close #205 2014-03-02 14:19:59 -03:00
hangulin.h Remove __ARGS macro. Close #205 2014-03-02 14:19:59 -03:00
hardcopy.c Remove __ARGS macro. Close #205 2014-03-02 14:19:59 -03:00
hardcopy.h Remove __ARGS macro. Close #205 2014-03-02 14:19:59 -03:00
hashtab.c Remove __ARGS macro. Close #205 2014-03-02 14:19:59 -03:00
hashtab.h Remove __ARGS macro. Close #205 2014-03-02 14:19:59 -03:00
if_cscope_defs.h Remove __ARGS macro. Close #205 2014-03-02 14:19:59 -03:00
if_cscope.c Remove __ARGS macro. Close #205 2014-03-02 14:19:59 -03:00
if_cscope.h Remove __ARGS macro. Close #205 2014-03-02 14:19:59 -03:00
indent.c Move some of misc1.c to indent.c. 2014-03-03 10:12:10 -03:00
indent.h Move some of misc1.c to indent.c. 2014-03-03 10:12:10 -03:00
keymap.c Extract keymap.c from misc2.c 2014-03-06 07:16:21 -03:00
keymap.h Extract keymap.c from misc2.c 2014-03-06 07:16:21 -03:00
macros.h Import vim from changeset v5628:c9cad40b4181 2014-01-31 10:39:15 -03:00
main.c Extract crypt.c from misc2.c 2014-03-06 07:16:21 -03:00
main.h Remove __ARGS macro. Close #205 2014-03-02 14:19:59 -03:00
mark.c Remove __ARGS macro. Close #205 2014-03-02 14:19:59 -03:00
mark.h Remove __ARGS macro. Close #205 2014-03-02 14:19:59 -03:00
mbyte.c Remove __ARGS macro. Close #205 2014-03-02 14:19:59 -03:00
mbyte.h Remove __ARGS macro. Close #205 2014-03-02 14:19:59 -03:00
memfile.c Remove __ARGS macro. Close #205 2014-03-02 14:19:59 -03:00
memfile.h Remove __ARGS macro. Close #205 2014-03-02 14:19:59 -03:00
memline.c Fix style issues. 2014-03-06 13:10:58 -03:00
memline.h Remove __ARGS macro. Close #205 2014-03-02 14:19:59 -03:00
menu.c Extract keymap.c from misc2.c 2014-03-06 07:16:21 -03:00
menu.h Remove __ARGS macro. Close #205 2014-03-02 14:19:59 -03:00
message.c Extract keymap.c from misc2.c 2014-03-06 07:16:21 -03:00
message.h Remove __ARGS macro. Close #205 2014-03-02 14:19:59 -03:00
misc1.c Fix style issues. 2014-03-06 13:10:58 -03:00
misc1.h Move some of misc1.c to indent.c. 2014-03-03 10:12:10 -03:00
misc2.c Extract keymap.c from misc2.c 2014-03-06 07:16:21 -03:00
misc2.h Extract keymap.c from misc2.c 2014-03-06 07:16:21 -03:00
move.c Remove __ARGS macro. Close #205 2014-03-02 14:19:59 -03:00
move.h Remove __ARGS macro. Close #205 2014-03-02 14:19:59 -03:00
normal.c Extract keymap.c from misc2.c 2014-03-06 07:16:21 -03:00
normal.h Remove __ARGS macro. Close #205 2014-03-02 14:19:59 -03:00
ops.c Move some of misc1.c to indent.c. 2014-03-03 10:12:10 -03:00
ops.h Remove __ARGS macro. Close #205 2014-03-02 14:19:59 -03:00
option_defs.h Added a types.h with vim.h unsigned int typedefs. 2014-02-28 18:28:27 -03:00
option.c Extract keymap.c from misc2.c 2014-03-06 07:16:21 -03:00
option.h Remove __ARGS macro. Close #205 2014-03-02 14:19:59 -03:00
os_unix_defs.h Remove __ARGS macro. Close #205 2014-03-02 14:19:59 -03:00
os_unix.c Fix style issues. 2014-03-06 13:10:58 -03:00
os_unix.h Port mch_isdir to libuv. 2014-03-05 15:01:19 -03:00
os_unixx.h Remove USE_SYSTEM and code only run under USE_SYSTEM 2014-03-05 15:12:21 -03:00
popupmnu.c Remove __ARGS macro. Close #205 2014-03-02 14:19:59 -03:00
popupmnu.h Remove __ARGS macro. Close #205 2014-03-02 14:19:59 -03:00
proto.h Remove __ARGS macro. Close #205 2014-03-02 14:19:59 -03:00
quickfix.c Remove __ARGS macro. Close #205 2014-03-02 14:19:59 -03:00
quickfix.h Remove __ARGS macro. Close #205 2014-03-02 14:19:59 -03:00
regexp_defs.h Removes 'proto' dir 2014-02-26 04:17:27 -03:00
regexp_nfa.c Remove __ARGS macro. Close #205 2014-03-02 14:19:59 -03:00
regexp.c Remove __ARGS macro. Close #205 2014-03-02 14:19:59 -03:00
regexp.h Remove __ARGS macro. Close #205 2014-03-02 14:19:59 -03:00
screen.c Remove __ARGS macro. Close #205 2014-03-02 14:19:59 -03:00
screen.h Remove __ARGS macro. Close #205 2014-03-02 14:19:59 -03:00
search.c Remove __ARGS macro. Close #205 2014-03-02 14:19:59 -03:00
search.h Remove __ARGS macro. Close #205 2014-03-02 14:19:59 -03:00
sha256.c Remove __ARGS macro. Close #205 2014-03-02 14:19:59 -03:00
sha256.h Remove __ARGS macro. Close #205 2014-03-02 14:19:59 -03:00
spell.c Port mch_isdir to libuv. 2014-03-05 15:01:19 -03:00
spell.h Remove __ARGS macro. Close #205 2014-03-02 14:19:59 -03:00
structs.h Remove traces of old custom undo memory manager. 2014-03-03 09:50:41 -03:00
syntax.c Fix style issues. 2014-03-06 13:10:58 -03:00
syntax.h Remove __ARGS macro. Close #205 2014-03-02 14:19:59 -03:00
tag.c Remove __ARGS macro. Close #205 2014-03-02 14:19:59 -03:00
tag.h Remove __ARGS macro. Close #205 2014-03-02 14:19:59 -03:00
term_defs.h Removes 'proto' dir 2014-02-26 04:17:27 -03:00
term.c Extract keymap.c from misc2.c 2014-03-06 07:16:21 -03:00
term.h Remove __ARGS macro. Close #205 2014-03-02 14:19:59 -03:00
types.h Added a types.h with vim.h unsigned int typedefs. 2014-02-28 18:28:27 -03:00
ui.c Extract garray.c from misc2.c 2014-02-28 06:43:20 -03:00
ui.h Remove __ARGS macro. Close #205 2014-03-02 14:19:59 -03:00
undo.c Extract crypt.c from misc2.c 2014-03-06 07:16:21 -03:00
undo.h Remove __ARGS macro. Close #205 2014-03-02 14:19:59 -03:00
version_defs.h Removes 'proto' dir 2014-02-26 04:17:27 -03:00
version.c Remove USE_SYSTEM and code only run under USE_SYSTEM 2014-03-05 15:12:21 -03:00
version.h Remove __ARGS macro. Close #205 2014-03-02 14:19:59 -03:00
vim.h Remove __ARGS macro. Close #205 2014-03-02 14:19:59 -03:00
window.c Fix style issues. 2014-03-06 13:10:58 -03:00
window.h Remove __ARGS macro. Close #205 2014-03-02 14:19:59 -03:00