.. |
api
|
api: Handle NULs and newlines in buffer_*_line.
|
2014-12-06 17:29:38 -05:00 |
lib
|
eval: Defer execution of JobActivity autocommands
|
2014-10-21 11:05:49 -03:00 |
msgpack_rpc
|
channel.c: Fix for heap-use-after-free
|
2014-12-03 13:41:17 +01:00 |
os
|
shell: Fix shell command output
|
2014-12-06 07:50:03 -03:00 |
po
|
Revert "Merge pull request #1587 from equalsraf/tb-env-configs"
|
2014-12-03 07:29:03 -05:00 |
testdir
|
Allow the rest of the old tests to pass with nocp.
|
2014-12-06 13:43:14 +01:00 |
arabic.c
|
arabic.c: Comment fixes
|
2014-11-15 17:17:21 -05:00 |
arabic.h
|
Include stdbool.h in some files which use it
|
2014-07-11 18:33:07 -04:00 |
ascii.h
|
Remove EBCDIC: Remove IF_EB macros
|
2014-08-02 09:16:59 +03:00 |
assert.h
|
assert: add STATIC_ASSERT macro
|
2014-07-16 17:12:34 +02:00 |
buffer_defs.h
|
Remove code defined under USE_IM_CONTROL #ifdefs
|
2014-11-27 20:26:10 -03:00 |
buffer.c
|
ui: Remove redundant ui.h includes
|
2014-11-27 15:00:30 -03:00 |
buffer.h
|
Change buffer.h #defines to enums so they can be used in tests
|
2014-07-22 05:28:17 -05:00 |
charset.c
|
Merge pull request #1497 from splinterofchaos/const-attr
|
2014-11-29 22:48:23 -05:00 |
charset.h
|
move defines from vim.h
|
2014-07-12 14:26:55 +02:00 |
CMakeLists.txt
|
Revert "Merge pull request #1587 from equalsraf/tb-env-configs"
|
2014-12-03 07:29:03 -05:00 |
cursor_shape.c
|
Wconversion: Change long to int64_t in cursor_shape.c, digraph.c.
|
2014-11-27 21:08:07 +01:00 |
cursor_shape.h
|
Fix some styles
|
2014-06-02 11:04:18 -03:00 |
cursor.c
|
Port vim's patch 7.4.338 ('breakindent')
|
2014-08-20 05:19:49 -04:00 |
cursor.h
|
Use generated declarations in cursor.h #849
|
2014-06-20 02:44:11 -04:00 |
diff.c
|
shell: Remove kShellOptCooked from ShellOpts
|
2014-12-03 10:12:12 -03:00 |
diff.h
|
Fix some styles
|
2014-06-02 11:04:18 -03:00 |
digraph.c
|
Merge pull request #1497 from splinterofchaos/const-attr
|
2014-11-29 22:48:23 -05:00 |
digraph.h
|
Fix some styles
|
2014-06-02 11:04:18 -03:00 |
edit.c
|
Fix warnings: edit.c: ins_compl_next_buf(): Np dereference: MI.
|
2014-12-06 17:40:12 +01:00 |
edit.h
|
move defines from vim.h
|
2014-07-12 14:26:55 +02:00 |
eval_defs.h
|
Introduce nvim namespace: Fix define guards.
|
2014-05-15 20:46:02 +02:00 |
eval.c
|
eval_has_provider: search autoload scripts same order as call_func
|
2014-12-08 22:05:05 +01:00 |
eval.h
|
api: Implement vim_command_output function
|
2014-10-28 23:12:41 -04:00 |
ex_cmds2.c
|
term: Remove most calls to settmode
|
2014-12-02 07:15:07 -03:00 |
ex_cmds2.h
|
move defines from vim.h
|
2014-07-12 14:26:55 +02:00 |
ex_cmds_defs.h
|
Extend documentation
|
2014-08-20 20:21:37 +04:00 |
ex_cmds.c
|
shell: Remove kShellOptCooked from ShellOpts
|
2014-12-03 10:12:12 -03:00 |
ex_cmds.h
|
move defines from vim.h
|
2014-07-12 14:26:55 +02:00 |
ex_cmds.lua
|
Extend documentation
|
2014-08-20 20:21:37 +04:00 |
ex_docmd.c
|
term: Remove most calls to settmode
|
2014-12-02 07:15:07 -03:00 |
ex_docmd.h
|
Use lua generator in place of ex_cmds_defs header trick
|
2014-08-20 20:21:37 +04:00 |
ex_eval.c
|
Wconversion: fix #1578
|
2014-11-28 18:19:38 +00:00 |
ex_eval.h
|
vim: include used definitions in headers
|
2014-07-16 19:07:45 +02:00 |
ex_getln.c
|
term: Move more mouse functions to mouse.c
|
2014-12-02 07:21:28 -03:00 |
ex_getln.h
|
move defines from vim.h
|
2014-07-12 14:26:55 +02:00 |
farsi.c
|
farsi.c: Misc. fixes
|
2014-11-15 17:17:21 -05:00 |
farsi.h
|
Add automatic generation of headers
|
2014-06-02 11:04:17 -03:00 |
file_search.c
|
Wconversion: fix #1578
|
2014-11-28 18:19:38 +00:00 |
file_search.h
|
move FINDFILE_* defines to file_search.h
|
2014-06-12 01:20:36 -05:00 |
fileio.c
|
term: Remove most calls to settmode
|
2014-12-02 07:15:07 -03:00 |
fileio.h
|
vim-patch:7.4.415
|
2014-11-11 11:55:59 -05:00 |
fold.c
|
Convert some values from buffer_defs.h to bools
|
2014-11-12 00:38:34 -06:00 |
fold.h
|
Fix some styles
|
2014-06-02 11:04:18 -03:00 |
func_attr.h
|
msgpack-rpc: Allow selective deferral API calls
|
2014-10-21 11:05:49 -03:00 |
garray.c
|
Merge pull request #1019 from splinterofchaos/globpath
|
2014-08-18 00:27:07 -04:00 |
garray.h
|
garray: add necessary includes
|
2014-07-20 16:59:57 -04:00 |
getchar.c
|
Remove code defined under USE_IM_CONTROL #ifdefs
|
2014-11-27 20:26:10 -03:00 |
getchar.h
|
move defines from vim.h
|
2014-07-12 14:26:55 +02:00 |
globals.h
|
Remove code defined under USE_IM_CONTROL #ifdefs
|
2014-11-27 20:26:10 -03:00 |
hardcopy.c
|
ui: Remove redundant ui.h includes
|
2014-11-27 15:00:30 -03:00 |
hardcopy.h
|
Fix some styles
|
2014-06-02 11:04:18 -03:00 |
hashtab.c
|
move assert.h include out of vim.h
|
2014-07-09 00:18:19 +02:00 |
hashtab.h
|
hashtab.h: don't include vim.h
|
2014-07-16 19:05:34 +02:00 |
iconv.h
|
iconv: re-enable
|
2014-11-06 00:18:26 +01:00 |
if_cscope_defs.h
|
FileID: refactor if_cscope.c to use FileID
|
2014-06-27 13:59:29 +02:00 |
if_cscope.c
|
ui: Remove redundant ui.h includes
|
2014-11-27 15:00:30 -03:00 |
if_cscope.h
|
Add automatic generation of headers
|
2014-06-02 11:04:17 -03:00 |
indent_c.c
|
Wconversion: Fix warnings in indent_c.c.
|
2014-11-27 21:08:07 +01:00 |
indent_c.h
|
Add automatic generation of headers
|
2014-06-02 11:04:17 -03:00 |
indent.c
|
vim-patch:7.4.345
|
2014-09-10 21:33:51 +02:00 |
indent.h
|
move defines from vim.h
|
2014-07-12 14:26:55 +02:00 |
keymap.c
|
Use bool in do_mouse().
|
2014-11-11 11:34:58 -05:00 |
keymap.h
|
Remove FEAT_MOUSE_JSB
|
2014-07-29 18:08:15 +02:00 |
log.c
|
msgpack-rpc: Improve logging of msgpack-rpc messages
|
2014-10-23 21:46:03 -03:00 |
log.h
|
msgpack-rpc: Improve logging of msgpack-rpc messages
|
2014-10-23 21:46:03 -03:00 |
macros.h
|
strings/memory: constify and func_attr.
|
2014-11-27 14:38:26 -05:00 |
main.c
|
term: Move more mouse functions to mouse.c
|
2014-12-02 07:21:28 -03:00 |
main.h
|
Add automatic generation of headers
|
2014-06-02 11:04:17 -03:00 |
map_defs.h
|
Add automatic generation of headers
|
2014-06-02 11:04:17 -03:00 |
map.c
|
msgpack-rpc: Allow selective deferral API calls
|
2014-10-21 11:05:49 -03:00 |
map.h
|
msgpack-rpc: Allow selective deferral API calls
|
2014-10-21 11:05:49 -03:00 |
mark_defs.h
|
Remove EBCDIC: Clean up comments
|
2014-08-02 09:16:59 +03:00 |
mark.c
|
ui: Remove redundant ui.h includes
|
2014-11-27 15:00:30 -03:00 |
mark.h
|
Add automatic generation of headers
|
2014-06-02 11:04:17 -03:00 |
mbyte.c
|
Merge pull request #1497 from splinterofchaos/const-attr
|
2014-11-29 22:48:23 -05:00 |
mbyte.h
|
move defines from vim.h
|
2014-07-12 14:26:55 +02:00 |
memfile_defs.h
|
Review: Remove long_u: memfile: Add to clint.
|
2014-11-06 22:53:43 +01:00 |
memfile.c
|
ui: Remove redundant ui.h includes
|
2014-11-27 15:00:30 -03:00 |
memfile.h
|
Review: Remove long_u: memfile: Cleanup: Comments.
|
2014-11-06 22:53:40 +01:00 |
memline_defs.h
|
Introduce nvim namespace: Fix define guards.
|
2014-05-15 20:46:02 +02:00 |
memline.c
|
ui: Remove redundant ui.h includes
|
2014-11-27 15:00:30 -03:00 |
memline.h
|
Add automatic generation of headers
|
2014-06-02 11:04:17 -03:00 |
memory.c
|
Merge pull request #1497 from splinterofchaos/const-attr
|
2014-11-29 22:48:23 -05:00 |
memory.h
|
memory.h: don't include vim.h in header files
|
2014-07-16 19:05:35 +02:00 |
menu.c
|
Remove __MVS__ and MOTIF390_MNEMONIC_FIXED
|
2014-08-02 09:17:00 +03:00 |
menu.h
|
Add automatic generation of headers
|
2014-06-02 11:04:17 -03:00 |
message.c
|
Fix warnings: message.c: msg_attr_keep(): Np dereference: FP.
|
2014-12-06 17:40:12 +01:00 |
message.h
|
message: add missing stdarg.h include #993
|
2014-07-25 19:49:20 +02:00 |
misc1.c
|
term: Move more mouse functions to mouse.c
|
2014-12-02 07:21:28 -03:00 |
misc1.h
|
move defines from vim.h
|
2014-07-12 14:26:55 +02:00 |
misc2.c
|
Wconversion: Fix warnings in file_search.c.
|
2014-11-27 21:08:07 +01:00 |
misc2.h
|
Enable and fix misc2.c -Wconversion warnings #907
|
2014-07-11 18:11:20 -04:00 |
mouse.c
|
mouse: Remove CHECK_DOUBLE_CLICK conditionals
|
2014-12-02 07:21:34 -03:00 |
mouse.h
|
ui: Extract mouse.c/mouse.h
|
2014-11-27 14:48:30 -03:00 |
move.c
|
Convert some values from buffer_defs.h to bools
|
2014-11-12 00:38:34 -06:00 |
move.h
|
Include stdbool.h in some files which use it
|
2014-07-11 18:33:07 -04:00 |
normal.c
|
clipboard: clean up unnamedclip logic
|
2014-12-08 22:05:02 +01:00 |
normal.h
|
Use bool for flags in oparg_T.
|
2014-11-11 11:34:58 -05:00 |
ops.c
|
clipboard: fix let @+ = ... and add test
|
2014-12-08 22:05:05 +01:00 |
ops.h
|
move defines from vim.h
|
2014-07-12 14:26:55 +02:00 |
option_defs.h
|
options: change "unnamedclip" back to "clipboard=unnamed/unnamedplus"
|
2014-12-08 22:05:05 +01:00 |
option.c
|
options: change "unnamedclip" back to "clipboard=unnamed/unnamedplus"
|
2014-12-08 22:05:05 +01:00 |
option.h
|
move defines from vim.h
|
2014-07-12 14:26:55 +02:00 |
os_unix_defs.h
|
Remove NeXTSTEP references
|
2014-11-27 23:42:40 -05:00 |
os_unix.c
|
term: Move more mouse functions to mouse.c
|
2014-12-02 07:21:28 -03:00 |
os_unix.h
|
vim: move vim_acl_T to types.h
|
2014-07-16 19:05:35 +02:00 |
path.c
|
ui: Remove ui_delay, ui_breakcheck and ui_set_shellsize
|
2014-11-27 14:27:18 -03:00 |
path.h
|
move EW_* defines to path.h
|
2014-06-12 01:20:36 -05:00 |
popupmnu.c
|
Convert some values from buffer_defs.h to bools
|
2014-11-12 00:38:34 -06:00 |
popupmnu.h
|
Add automatic generation of headers
|
2014-06-02 11:04:17 -03:00 |
pos.h
|
vim: move linenr_T and colnr_T to pos.h
|
2014-07-16 19:05:34 +02:00 |
profile.c
|
startuptime: always enable startuptime
|
2014-07-20 16:59:57 -04:00 |
profile.h
|
startuptime: always enable startuptime
|
2014-07-20 16:59:57 -04:00 |
quickfix.c
|
ui: Remove redundant ui.h includes
|
2014-11-27 15:00:30 -03:00 |
quickfix.h
|
move defines from vim.h
|
2014-07-12 14:26:55 +02:00 |
regexp_defs.h
|
Include stdbool.h in some files which use it
|
2014-07-11 18:33:07 -04:00 |
regexp_nfa.c
|
Fix warnings: regexp_nfa.c: nfa_regatom(): Dead assignment: HI.
|
2014-11-15 12:48:28 +01:00 |
regexp.c
|
vim-patch:7.4.437
|
2014-11-13 11:38:19 -05:00 |
regexp.h
|
move defines from vim.h
|
2014-07-12 14:26:55 +02:00 |
screen.c
|
term: Move "set_shellsize" to screen.c as "screen_resize"
|
2014-12-02 07:15:06 -03:00 |
screen.h
|
Include stdbool.h in headers which have functions with bool in signature
|
2014-07-11 18:33:07 -04:00 |
search.c
|
term: Move more mouse functions to mouse.c
|
2014-12-02 07:21:28 -03:00 |
search.h
|
move defines from vim.h
|
2014-07-12 14:26:55 +02:00 |
sha256.c
|
sha256: replace gettimeofday()
|
2014-07-21 19:29:29 +02:00 |
sha256.h
|
Add automatic generation of headers
|
2014-06-02 11:04:17 -03:00 |
sign_defs.h
|
Introduce nvim namespace: Fix define guards.
|
2014-05-15 20:46:02 +02:00 |
spell.c
|
ui: Remove redundant ui.h includes
|
2014-11-27 15:00:30 -03:00 |
spell.h
|
Include stdbool.h in some files which use it
|
2014-07-11 18:33:07 -04:00 |
strings.c
|
strings: Remove NONNUL_ALL from NULL-taking functions.
|
2014-12-06 14:41:21 -05:00 |
strings.h
|
Include stdbool.h in headers which have functions with bool in signature
|
2014-07-11 18:33:07 -04:00 |
syntax_defs.h
|
vim: move disptick_T from vim.h to syntax_defs.h
|
2014-07-16 19:05:34 +02:00 |
syntax.c
|
ui: Remove redundant ui.h includes
|
2014-11-27 15:00:30 -03:00 |
syntax.h
|
move defines from vim.h
|
2014-07-12 14:26:55 +02:00 |
tag.c
|
ui: Remove redundant ui.h includes
|
2014-11-27 15:00:30 -03:00 |
tag.h
|
move defines from vim.h
|
2014-07-12 14:26:55 +02:00 |
tempfile.c
|
Implement os_mkdtemp on top of uv_fs_mkdtemp
|
2014-08-09 11:28:43 -03:00 |
tempfile.h
|
Extract tempfile module from fileio
|
2014-07-14 21:14:40 +02:00 |
term_defs.h
|
Introduce nvim namespace: Fix define guards.
|
2014-05-15 20:46:02 +02:00 |
term.c
|
mouse: Remove CHECK_DOUBLE_CLICK conditionals
|
2014-12-02 07:21:34 -03:00 |
term.h
|
mouse: Remove CHECK_DOUBLE_CLICK conditionals
|
2014-12-02 07:21:34 -03:00 |
types.h
|
globals.h: decouple vim.h and globals.h
|
2014-07-20 16:59:57 -04:00 |
ui.c
|
Merge pull request #1186 from splinterofchaos/write
|
2014-11-28 14:50:09 -05:00 |
ui.h
|
ui: Extract mouse.c/mouse.h
|
2014-11-27 14:48:30 -03:00 |
undo_defs.h
|
vim: include used definitions in headers
|
2014-07-16 19:07:45 +02:00 |
undo.c
|
Fix warnings: undo.c: u_blockfree(): Use after free: FP.
|
2014-11-15 12:50:35 +01:00 |
undo.h
|
Fix some styles
|
2014-06-02 11:04:18 -03:00 |
version_defs.h
|
version: Add compilation info.
|
2014-11-09 18:34:57 +01:00 |
version.c
|
vim-patch:7.4.478: Use character lenght for 'showbreak'
|
2014-11-27 19:40:51 -03:00 |
version.h
|
Add automatic generation of headers
|
2014-06-02 11:04:17 -03:00 |
vim.h
|
iconv: re-enable
|
2014-11-06 00:18:26 +01:00 |
window.c
|
term: Move more mouse functions to mouse.c
|
2014-12-02 07:21:28 -03:00 |
window.h
|
move defines from vim.h
|
2014-07-12 14:26:55 +02:00 |