| Commit message (Expand) | Author | Age | ||
|---|---|---|---|---|
| ... | ||||
| * | | | | | Merge #5964 from equalsraf/windows-clipboard | Justin M. Keyes | 2017-01-24 | |
| |\ \ \ \ \ | ||||
| | * | | | | | Windows: Install runtime dependencies with Neovim binary | Rui Abreu Ferreira | 2017-01-20 | |
| | * | | | | | Enable clipboard provider tests in Windows | Rui Abreu Ferreira | 2017-01-20 | |
| | * | | | | | third-party: Add helper to fetch binary dependencies | Rui Abreu Ferreira | 2017-01-20 | |
| | * | | | | | Windows: Clipboard provider win32yank | Rui Abreu Ferreira | 2017-01-20 | |
| * | | | | | | ci: XXX: Disable "throttle" test on Travis macOS. | Justin M. Keyes | 2017-01-23 | |
| * | | | | | | Merge #5996 from justinmk/coverity-133845 | Justin M. Keyes | 2017-01-23 | |
| |\ \ \ \ \ \ | ||||
| | * | | | | | | clint.py: Suggest xstrlcat instead of strcat. | Justin M. Keyes | 2017-01-23 | |
| | * | | | | | | refactor: Replace vim_strcat() with xstrlcat(). | Justin M. Keyes | 2017-01-23 | |
| | * | | | | | | coverity/133853: Out-of-bounds access | Justin M. Keyes | 2017-01-23 | |
| | * | | | | | | coverity/155512: Pass correct length to strncat() | Justin M. Keyes | 2017-01-23 | |
| | * | | | | | | coverity/133845: Negative array index read. (FP) | Justin M. Keyes | 2017-01-23 | |
| | * | | | | | | errors: Introduce "E856: Filename too long" | Justin M. Keyes | 2017-01-23 | |
| | * | | | | | | add_pathsep(): Return false if filename is too long. | cztchoice | 2017-01-23 | |
| | * | | | | | | refactor: strlcat instead of str{n}cat. | cztchoice | 2017-01-23 | |
| |/ / / / / / | ||||
| * | | | | | | Merge #5995 from ZyX-I/coverity-fixes | Justin M. Keyes | 2017-01-23 | |
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||
| | * | | | | | coverity/133898: Fix sizeof argument | ZyX | 2017-01-23 | |
| | * | | | | | ex_cmds: Also pass correct length in windows code | ZyX | 2017-01-23 | |
| | * | | | | | coverity/155511: Pass correct length argument to strncat() | ZyX | 2017-01-23 | |
| | * | | | | | coverity/155512: Pass correct length to strncat() | ZyX | 2017-01-23 | |
| | * | | | | | coverity/155513: Do not assume xcalloc can return NULL | ZyX | 2017-01-23 | |
| * | | | | | | version.c: update | Shougo Matsushita | 2017-01-22 | |
| * | | | | | | test: Avoid Lua closure limit. | Justin M. Keyes | 2017-01-22 | |
| |/ / / / / | ||||
| * | | | | | Merge #5782 'Visual-mode put from @. register' | Justin M. Keyes | 2017-01-22 | |
| |\ \ \ \ \ | ||||
| | * | | | | | put fixup, esp. ". register close #5709 #5781 | Matthew Malcomson | 2017-01-18 | |
| * | | | | | | readfile(): Fix read-after-free. | Justin M. Keyes | 2017-01-21 | |
| * | | | | | | test: expand_env_esc() | Justin M. Keyes | 2017-01-21 | |
| * | | | | | | win: test: Enable jobstart() 'shell' test. (#5983) | Justin M. Keyes | 2017-01-21 | |
| * | | | | | | Merge #5977 from justinmk/tui-cursor-shape | Justin M. Keyes | 2017-01-21 | |
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||
| | * | | | | | tui: Enable mode-sensitive cursor by default. | Justin M. Keyes | 2017-01-20 | |
| | * | | | | | tui: Do not decide cursor blinking. | Justin M. Keyes | 2017-01-20 | |
| * | | | | | | input_enqueue(): Fix length calculation. (#5981) | Justin M. Keyes | 2017-01-20 | |
| * | | | | | | vim-patch:7.4.2049,7.4.2050,7.4.2064,7.4.2067,7.4.2081 (#5969) | Justin M. Keyes | 2017-01-20 | |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||
| | * | | | | | vim-patch:7.4.2081 | lonerover | 2017-01-19 | |
| | * | | | | | vim-patch:7.4.2067 | lonerover | 2017-01-19 | |
| | * | | | | | vim-patch:7.4.2064 | lonerover | 2017-01-19 | |
| | * | | | | | vim-patch:7.4.2050 | lonerover | 2017-01-19 | |
| | * | | | | | vim-patch:7.4.2049 | lonerover | 2017-01-19 | |
| | |/ / / / | ||||
| * | | | | | test/timer_spec.lua: Relax expected count. | Justin M. Keyes | 2017-01-19 | |
| * | | | | | ci: Disable "CTRL-C interrupts :global" test | Justin M. Keyes | 2017-01-19 | |
| * | | | | | Merge #5937 from justinmk/win32-test | Justin M. Keyes | 2017-01-19 | |
| |\ \ \ \ \ | ||||
| | * | | | | | win: test: XXX: Disable some tests. | Justin M. Keyes | 2017-01-19 | |
| | * | | | | | win: fix warnings | Justin M. Keyes | 2017-01-19 | |
| | * | | | | | win: test: enable job_spec.lua | Justin M. Keyes | 2017-01-19 | |
| * | | | | | | Merge #5865 from lonerover/vim-7.4.2036 | Justin M. Keyes | 2017-01-19 | |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||
| | * | | | | | buffer.c: use a map instead of hashtab | rover | 2017-01-19 | |
| | * | | | | | fix lint error | lonerover | 2017-01-04 | |
| | * | | | | | vim-patch:7.4.2036 | lonerover | 2017-01-03 | |
| * | | | | | | Merge pull request #5963 from jamessan/screen-expect-clarity | James McCoy | 2017-01-18 | |
| |\ \ \ \ \ \ | ||||
| | * | | | | | | test: screen_basic: Re-enable min width/height test | James McCoy | 2017-01-18 | |