..
api
api/window_set_cursor: make sure cursor line is visible.
2014-11-01 12:04:47 +01:00
lib
eval: Defer execution of JobActivity autocommands
2014-10-21 11:05:49 -03:00
msgpack_rpc
channel: Delay notifications to avoid client race conditions
2014-11-06 04:22:06 -03:00
os
rstream: Expose rstream_read_ptr and _available.
2014-11-07 13:34:56 -03:00
po
build: install with the correct permissions
2014-09-22 05:56:52 -04:00
testdir
legacy tests: migrate test7
2014-11-04 12:57:33 -03:00
arabic.c
clang-analyzer: Reduce scope in arabic.c.
2014-08-07 15:19:59 +02: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
Review: Remove long_u: memfile: Cleanup: Others.
2014-11-06 22:53:41 +01:00
buffer.c
Fix sign column redraw
2014-10-20 17:23:09 -02: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
vim-patch: 7.4.352
2014-08-20 08:27:23 -04:00
charset.h
move defines from vim.h
2014-07-12 14:26:55 +02:00
CMakeLists.txt
Review: Remove long_u: memfile: Enable -Wconversion.
2014-11-06 22:53:42 +01:00
cursor_shape.c
move ascii.h include out of vim.h
2014-07-09 00:18:18 +02: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
Replace FOR_ALL_WINDOWS with FOR_ALL_WINDOWS_IN_TAB(curtab)
2014-09-24 19:00:50 -05:00
diff.h
Fix some styles
2014-06-02 11:04:18 -03:00
digraph.c
vim-patch:7.4.335 #1061
2014-08-14 06:24:00 +00:00
digraph.h
Fix some styles
2014-06-02 11:04:18 -03:00
edit.c
vim-patch:7.4.440 #1244
2014-10-16 04:18:18 +00: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
job: Let vimL jobsend() accept a list.
2014-11-07 13:34:56 -03:00
eval.h
api: Implement vim_command_output function
2014-10-28 23:12:41 -04:00
ex_cmds2.c
Passing current range to provider calls
2014-11-04 09:47:06 -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
fix 'sign unplace id'
2014-10-28 23:12:41 -04: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
Remove W_NEXT use ->w_next
2014-09-24 19:00:50 -05: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
move <inttypes.h> include out of vim.h
2014-07-09 00:18:19 +02:00
ex_eval.h
vim: include used definitions in headers
2014-07-16 19:07:45 +02:00
ex_getln.c
vim-patch:7.4.410
2014-09-19 19:53:02 +09:00
ex_getln.h
move defines from vim.h
2014-07-12 14:26:55 +02:00
farsi.c
move ascii.h include out of vim.h
2014-07-09 00:18:18 +02:00
farsi.h
Add automatic generation of headers
2014-06-02 11:04:17 -03:00
file_search.c
fileid: rename os_file_id_equal
2014-08-31 15:47:36 +02:00
file_search.h
move FINDFILE_* defines to file_search.h
2014-06-12 01:20:36 -05:00
fileio.c
iconv: re-enable
2014-11-06 00:18:26 +01:00
fileio.h
move defines from vim.h
2014-07-12 14:26:55 +02:00
fold.c
Replace FOR_ALL_WINDOWS with FOR_ALL_WINDOWS_IN_TAB(curtab)
2014-09-24 19:00:50 -05: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
ui: Refactor input buffer handling
2014-10-18 12:51:35 -03:00
getchar.h
move defines from vim.h
2014-07-12 14:26:55 +02:00
globals.h
iconv: re-enable
2014-11-06 00:18:26 +01:00
hardcopy.c
version: update user-facing version indicators
2014-10-07 02:45:27 +00: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
fileid: rename os_file_id_equal_file_info
2014-08-31 15:47:43 +02:00
if_cscope.h
Add automatic generation of headers
2014-06-02 11:04:17 -03:00
indent_c.c
vim-patch:7.4.348
2014-09-11 20:11:57 +02: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
Remove FEAT_MOUSE_JSB
2014-07-29 18:08:15 +02: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
startuptime: move code to profile.{c,h} + doc
2014-07-20 16:59:57 -04:00
main.c
iconv: re-enable
2014-11-06 00:18:26 +01: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
Replace FOR_ALL_WINDOWS with FOR_ALL_WINDOWS_IN_TAB(curtab)
2014-09-24 19:00:50 -05:00
mark.h
Add automatic generation of headers
2014-06-02 11:04:17 -03:00
mbyte.c
iconv: re-enable
2014-11-06 00:18:26 +01: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
Review: Remove long_u: memfile: Add to clint.
2014-11-06 22:53:43 +01: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
Review: Remove long_u: memfile: Refactor: blocknr_T: long -> int64_t.
2014-11-06 22:53:43 +01:00
memline.h
Add automatic generation of headers
2014-06-02 11:04:17 -03:00
memory.c
memory: implement xmemrchr()
2014-11-07 13:34:56 -03: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
memory: xstrchrnul and xmemscan.
2014-09-30 19:33:48 -04:00
message.h
message: add missing stdarg.h include #993
2014-07-25 19:49:20 +02:00
misc1.c
Merge pull request #1208 from war1025/dev/remove_for_all_windows
2014-10-03 13:44:50 -04:00
misc1.h
move defines from vim.h
2014-07-12 14:26:55 +02:00
misc2.c
Enable and fix misc2.c -Wconversion warnings #907
2014-07-11 18:11:20 -04:00
misc2.h
Enable and fix misc2.c -Wconversion warnings #907
2014-07-11 18:11:20 -04:00
move.c
api/window_set_cursor: make sure cursor line is visible.
2014-11-01 12:04:47 +01:00
move.h
Include stdbool.h in some files which use it
2014-07-11 18:33:07 -04:00
normal.c
Replace FOR_ALL_WINDOWS with FOR_ALL_WINDOWS_IN_TAB(curtab)
2014-09-24 19:00:50 -05:00
normal.h
vim: include used definitions in headers
2014-07-16 19:07:45 +02:00
ops.c
vim-patch:7.4.408
2014-10-10 15:21:40 -04:00
ops.h
move defines from vim.h
2014-07-12 14:26:55 +02:00
option_defs.h
provider: Major refactor
2014-09-12 13:25:29 -03:00
option.c
Review: Remove long_u: memfile: Refactor: int -> bool.
2014-11-06 22:53:43 +01:00
option.h
move defines from vim.h
2014-07-12 14:26:55 +02:00
os_unix_defs.h
Remove HAVE_LIBC_H
2014-08-02 09:17:00 +03:00
os_unix.c
event: Ensure the event loop has been cleaned up in event_teardown
2014-11-02 16:47:50 -03:00
os_unix.h
vim: move vim_acl_T to types.h
2014-07-16 19:05:35 +02:00
path.c
vim-patch:7.4.248
2014-09-30 19:35:46 -04:00
path.h
move EW_* defines to path.h
2014-06-12 01:20:36 -05:00
popupmnu.c
vim-patch:7.4.361
2014-09-19 19:45:52 +09: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
Replace FOR_ALL_WINDOWS with FOR_ALL_WINDOWS_IN_TAB(curtab)
2014-09-24 19:00:50 -05: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
vim-patch:7.4.293
2014-08-14 23:06:52 -03:00
regexp.c
vim-patch:7.4.360
2014-09-21 01:08:03 +02:00
regexp.h
move defines from vim.h
2014-07-12 14:26:55 +02:00
screen.c
vim-patch:7.4.422
2014-10-23 14:37:55 -04: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
vim-patch:7.4.328
2014-08-14 19:51:10 +02: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
Replace FOR_ALL_WINDOWS with FOR_ALL_WINDOWS_IN_TAB(curtab)
2014-09-24 19:00:50 -05:00
spell.h
Include stdbool.h in some files which use it
2014-07-11 18:33:07 -04:00
strings.c
move errno.h include out of vim.h
2014-07-09 00:18:20 +02: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
Replace FOR_ALL_WINDOWS with FOR_ALL_WINDOWS_IN_TAB(curtab)
2014-09-24 19:00:50 -05:00
syntax.h
move defines from vim.h
2014-07-12 14:26:55 +02:00
tag.c
Remove FEAT_TAG_ANYWHITE
2014-08-02 09:17:00 +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
vim-patch:7.4.359
2014-09-19 20:23:06 -04:00
term.h
term: replace gettimeofday()
2014-07-21 19:29:29 +02:00
types.h
globals.h: decouple vim.h and globals.h
2014-07-20 16:59:57 -04:00
ui.c
ui: Refactor input buffer handling
2014-10-18 12:51:35 -03:00
ui.h
move defines from vim.h
2014-07-12 14:26:55 +02:00
undo_defs.h
vim: include used definitions in headers
2014-07-16 19:07:45 +02:00
undo.c
fix #1027 : :wundo segfault in new, non-empty buffer
2014-10-26 20:03:02 +00:00
undo.h
Fix some styles
2014-06-02 11:04:18 -03:00
version_defs.h
version: generate "build number" from commit timestamp
2014-10-07 10:23:15 +00:00
version.c
Merge pull request #1412 from fwalch/startup-help
2014-11-06 09:45:30 -05: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
Merge pull request #1208 from war1025/dev/remove_for_all_windows
2014-10-03 13:44:50 -04:00
window.h
move defines from vim.h
2014-07-12 14:26:55 +02:00