neovim/src/nvim
oni-link fe4920f138 Remove unnecessary assert() in os_dirname().
Compiler warns about buf always being nonnull.

buf is per function attribute always nonnull, so buf can be removed from
the assert(). But a buffer length of zero is also no problem, because it
makes uv_cwd() return a failure without writing into buf. So the
remaining length check can also be removed.
2015-03-08 13:01:16 +01:00
..
api illumos requires the use of limits.h for things like INT_MAX #2049 2015-02-26 11:42:05 -05:00
lib
msgpack_rpc remote_ui: Fix error messages #2045 2015-03-04 00:21:55 -05:00
os Remove unnecessary assert() in os_dirname(). 2015-03-08 13:01:16 +01:00
po vim-patch:31f7581 2015-01-26 02:17:13 -05:00
testdir legacy test: migrate test 72 2015-02-20 13:26:59 -03:00
tui tui: fall back to underline for undercurl. #2099 2015-03-07 21:10:24 -05:00
arabic.c arabic.c: Comment fixes 2014-11-15 17:17:21 -05:00
arabic.h
ascii.h
assert.h
buffer_defs.h Remove long_u: buffer_defs.h: Refactor long_u. 2015-01-19 19:47:27 +01:00
buffer.c refactor: Remove term modules and termcap options 2015-02-21 05:08:21 -03:00
buffer.h
charset.c ui: Remove/adapt some old code for a big UI refactor 2015-02-16 23:17:39 -03:00
charset.h
CMakeLists.txt deps: Add libvterm to the project dependencies 2015-02-28 10:41:53 -03:00
cursor_shape.c Cleanup: Rename getdigits() family functions. 2015-01-11 21:04:08 +01:00
cursor_shape.h
cursor.c
cursor.h
diff.c Enable -Wconversion: mark.c. 2015-02-18 20:54:13 -05:00
diff.h
digraph.c Enable -Wconversion: ui.c. 2015-02-18 20:54:12 -05:00
digraph.h
edit.c Macro cleanup: USE_ON_FLY_SCROLL 2015-03-05 19:03:36 -05:00
edit.h
eval_defs.h
eval.c vim-patch:7.4.578 2015-03-04 18:25:52 +01:00
eval.h
ex_cmds2.c refactor: Remove term modules and termcap options 2015-02-21 05:08:21 -03:00
ex_cmds2.h
ex_cmds_defs.h Remove long_u: ex_docmd.c: Refactor long_u. 2015-01-19 19:47:27 +01:00
ex_cmds.c Macro cleanup: USE_ON_FLY_SCROLL 2015-03-05 19:03:36 -05:00
ex_cmds.h
ex_cmds.lua refactor: Remove term modules and termcap options 2015-02-21 05:08:21 -03:00
ex_docmd.c Macro cleanup: USE_ON_FLY_SCROLL 2015-03-05 19:03:36 -05:00
ex_docmd.h
ex_eval.c illumos requires the use of limits.h for things like INT_MAX #2049 2015-02-26 11:42:05 -05:00
ex_eval.h
ex_getln.c Macro cleanup: USE_ON_FLY_SCROLL 2015-03-05 19:03:36 -05:00
ex_getln.h
farsi.c farsi.c: Misc. fixes 2014-11-15 17:17:21 -05:00
farsi.h
file_search.c Wconversion: fix #1578 2014-11-28 18:19:38 +00:00
file_search.h
fileio.c refactor: Remove term modules and termcap options 2015-02-21 05:08:21 -03:00
fileio.h Add TabClosed event 2015-02-16 23:24:31 -05:00
fold.c Reduce indentation level by early returning or continuing loop 2014-12-13 23:36:11 -03:00
fold.h
func_attr.h
garray.c ui: Remove/adapt some old code for a big UI refactor 2015-02-16 23:17:39 -03:00
garray.h GA_DEEP_FREE_PTR: deep free macro for garrays that store simple pointers 2014-12-11 20:22:36 -03:00
getchar.c refactor: Remove term modules and termcap options 2015-02-21 05:08:21 -03:00
getchar.h
globals.h Macro cleanup: USE_ON_FLY_SCROLL 2015-03-05 19:03:36 -05:00
hardcopy.c refactor: Remove term modules and termcap options 2015-02-21 05:08:21 -03:00
hardcopy.h Cleanup: Refactor option_table_T.number: long --> int. 2015-01-11 15:10:38 +01:00
hashtab.c Reduce indentation level by early returning or continuing loop 2014-12-13 23:36:11 -03:00
hashtab.h
iconv.h iconv: re-enable 2014-11-06 00:18:26 +01:00
if_cscope_defs.h
if_cscope.c coverity/68610: Out-of-bounds access: FP. 2015-02-02 01:21:57 -05:00
if_cscope.h
indent_c.c Remove nonnullret deadcode: vim_strsave. 2015-01-27 01:33:33 +01:00
indent_c.h
indent.c Enable -Wconversion: indent.c. 2015-02-18 20:54:13 -05:00
indent.h
keymap.c illumos requires the use of limits.h for things like INT_MAX #2049 2015-02-26 11:42:05 -05:00
keymap.h Remove QNX/pterm remnants 2015-01-11 21:00:06 -05:00
log.c
log.h
macros.h Define and use the ARRAY_SIZE macro 2014-12-18 15:41:37 -03:00
main.c refactor: Remove term modules and termcap options 2015-02-21 05:08:21 -03:00
main.h
map_defs.h
map.c macro: Add MAX macro and rename min to MIN 2015-02-16 23:17:38 -03:00
map.h
mark_defs.h
mark.c illumos requires the use of limits.h for things like INT_MAX #2049 2015-02-26 11:42:05 -05:00
mark.h
mbyte.c Enable -Wconversion: mark.c. 2015-02-18 20:54:13 -05:00
mbyte.h
memfile_defs.h Review: Remove long_u: memfile: Add to clint. 2014-11-06 22:53:43 +01:00
memfile.c refactor: Remove term modules and termcap options 2015-02-21 05:08:21 -03:00
memfile.h Review: Remove long_u: memfile: Cleanup: Comments. 2014-11-06 22:53:40 +01:00
memline_defs.h
memline.c refactor: Remove term modules and termcap options 2015-02-21 05:08:21 -03:00
memline.h
memory.c refactor: Remove term modules and termcap options 2015-02-21 05:08:21 -03:00
memory.h
menu.c refactor: Remove term modules and termcap options 2015-02-21 05:08:21 -03:00
menu.h
message.c Macro cleanup: USE_ON_FLY_SCROLL 2015-03-05 19:03:36 -05:00
message.h
misc1.c Macro cleanup: USE_ON_FLY_SCROLL 2015-03-05 19:03:36 -05:00
misc1.h
misc2.c refactor: Remove term modules and termcap options 2015-02-21 05:08:21 -03:00
misc2.h
mouse.c refactor: Remove term modules and termcap options 2015-02-21 05:08:21 -03:00
mouse.h refactor: Remove term modules and termcap options 2015-02-21 05:08:21 -03:00
move.c "halfway a line" is a very confusing phrase 2015-01-22 21:57:03 -08:00
move.h
normal.c Macro cleanup: USE_ON_FLY_SCROLL 2015-03-05 19:03:36 -05:00
normal.h Use bool for flags in oparg_T. 2014-11-11 11:34:58 -05:00
ops.c Macro cleanup: ONE_CLIPBOARD 2015-03-05 19:03:35 -05:00
ops.h vim-patch:7.4.242 2014-12-11 20:29:59 -05:00
option_defs.h Simpler handling for "always-on"/"always-off" options. #2002 2015-02-22 14:55:58 -05:00
option.c set_init_1: mb_init() on fallback encoding (utf8) #2106 2015-03-07 17:53:04 -05:00
option.h
os_unix_defs.h Remove easy mode 2015-01-15 18:55:44 -03:00
os_unix.c Macro cleanup: HAVE_SANDBOX 2015-03-05 19:03:34 -05:00
os_unix.h
path.c Macro cleanup: USE_UNIXFILENAME 2015-03-05 19:03:36 -05:00
path.h vim-patch:7.4.423 2014-12-18 15:41:27 +01:00
popupmnu.c Remove nonnullret deadcode: transstr. 2015-01-27 01:33:32 +01:00
popupmnu.h
pos.h Enable -Wconversion: mark.c. 2015-02-18 20:54:13 -05:00
profile.c
profile.h
quickfix.c refactor: Remove term modules and termcap options 2015-02-21 05:08:21 -03:00
quickfix.h
regexp_defs.h vim-patch:7.4.455 2014-12-20 09:41:51 +01:00
regexp_nfa.c illumos requires the use of limits.h for things like INT_MAX #2049 2015-02-26 11:42:05 -05:00
regexp.c Enable -Wconversion: mark.c. 2015-02-18 20:54:13 -05:00
regexp.h
screen.c Macro cleanup: UNICODE16 2015-03-05 19:03:35 -05:00
screen.h
search.c refactor: Remove term modules and termcap options 2015-02-21 05:08:21 -03:00
search.h
sha256.c ui: Remove/adapt some old code for a big UI refactor 2015-02-16 23:17:39 -03:00
sha256.h sha: define SHA256_BUFFER_SIZE and SUM_SIZE. 2015-01-02 18:07:01 -05:00
sign_defs.h
spell.c refactor: Remove term modules and termcap options 2015-02-21 05:08:21 -03:00
spell.h
strings.c refactor: Remove term modules and termcap options 2015-02-21 05:08:21 -03:00
strings.h
syntax_defs.h syntax: Refactor to store all term and gui attributes independently 2015-02-16 23:17:39 -03:00
syntax.c Macro cleanup: USER_HIGHLIGHT 2015-03-05 19:03:36 -05:00
syntax.h syntax: Refactor to store all term and gui attributes independently 2015-02-16 23:17:39 -03:00
tag.c Macro cleanup: HAVE_SANDBOX 2015-03-05 19:03:34 -05:00
tag.h
tempfile.c Use ARRAY_SIZE where Coccinelle wasn't able to do it 2014-12-18 15:41:37 -03:00
tempfile.h
types.h Macro cleanup: UNICODE16 2015-03-05 19:03:35 -05:00
ui.c illumos requires the use of limits.h for things like INT_MAX #2049 2015-02-26 11:42:05 -05:00
ui.h ui: Rewrite the builtin terminal UI 2015-02-16 23:17:39 -03:00
undo_defs.h
undo.c Macro cleanup: HAVE_SANDBOX 2015-03-05 19:03:34 -05:00
undo.h
version_defs.h version: Add compilation info. 2014-11-09 18:34:57 +01:00
version.c vim-patch:7.4.578 2015-03-04 18:25:52 +01:00
version.h
vim.h refactor: Remove term modules and termcap options 2015-02-21 05:08:21 -03:00
window.c Macro cleanup: USE_ON_FLY_SCROLL 2015-03-05 19:03:36 -05:00
window.h