| Commit message (Expand) | Author | Age |
| ... | |
| * | | Expand :profile's filename #2390 | Marco Hinz | 2015-04-11 |
| * | | Merge pull request #2404 from Pyrohh/coverity-108870 | Michael Reed | 2015-04-11 |
| |\ \ |
|
| | * | | coverity/108870: Missing break in switch | Michael Reed | 2015-04-10 |
| * | | | Merge #2410: Fix coverity issues. (7) | Eliseo Martínez | 2015-04-11 |
| |\ \ \ |
|
| | * | | | coverity/{13738,13739,68853,13717,13720,13716,68854,13718,13721}: FP. | Eliseo Martínez | 2015-04-11 |
| |/ / / |
|
| * | | | Merge pull request #2398 from mhinz/docs-remove-jobactivity | Michael Reed | 2015-04-11 |
| |\ \ \ |
|
| | * | | | Remove all references to JobActivity | Marco Hinz | 2015-04-11 |
| |/ / / |
|
| * | | | Merge PR #2405 'Job control fixes' | Thiago de Arruda | 2015-04-11 |
| |\ \ \ |
|
| | * | | | build: Remove busted output handler utfTerminalDetailed | Thiago de Arruda | 2015-04-11 |
| | * | | | test: Remove indeterminism in job_spec.lua pty tests | Thiago de Arruda | 2015-04-11 |
| | * | | | eval: Fix `jobwait()` | Thiago de Arruda | 2015-04-11 |
| | * | | | eval: Fix segfault caused by passing invalid callback to jobstart | Thiago de Arruda | 2015-04-11 |
| |/ / / |
|
| * | | | Merge pull request #2381 from bfredl/unnamed | Björn Linse | 2015-04-11 |
| |\ \ \
| |/ /
|/| | |
|
| | * | | ops.c: cleanup of `get_yank_register` | Björn Linse | 2015-04-11 |
| | * | | clipboard: fix "" register not updated when clipboard=unnamed | Björn Linse | 2015-04-11 |
| | * | | clipboard: adjust v:register when clipboard=unnamed | Björn Linse | 2015-04-11 |
| |/ / |
|
| * | | doc: Remove |shell-window| | Michael Reed | 2015-04-10 |
| * | | Remove unused 'if_[language].txt': Review | Michael Reed | 2015-04-10 |
| * | | Remove unused 'if_[language].txt': Clean up | Michael Reed | 2015-04-10 |
| * | | doc: Remove unused 'if_[language].txt' and related | Michael Reed | 2015-04-10 |
| * | | Bring E319 (cmd not available) in line with E519 (opt not available) | Michael Reed | 2015-04-10 |
| * | | Clarify that nvim has no built-in GUI | Michael Reed | 2015-04-10 |
| * | | coverity/{108271,108272,108273}: add fallthrough annotation #2362 | Alexey Shmalko | 2015-04-10 |
| * | | README.md: Link to neovim.org/Community #2167 | Michael Reed | 2015-04-09 |
| * | | scripts: Fix "test input line" logic in legacy2luatest.pl #2369 | David Bürgin | 2015-04-09 |
| * | | mark.c: Remove JUMPLIST_ROTATE #2376 | David Bürgin | 2015-04-09 |
| * | | Merge pull request #2374 from mhinz/hl-group-termcursor | Scott Prager | 2015-04-09 |
| |\ \ |
|
| | * | | Add new highlight groups TermCursor/TermCursorNC | Marco Hinz | 2015-04-09 |
| |/ / |
|
| * | | Merge pull request #2307 from splinterofchaos/system-null | Scott Prager | 2015-04-08 |
| |\ \ |
|
| | * | | event: Only process if event_init has been run. | Scott Prager | 2015-04-08 |
| | * | | eval: do not assume a vval.v_string is nonnull. | Scott Prager | 2015-04-08 |
| | * | | system(): Return an empty string if no output. | Scott Prager | 2015-04-08 |
| |/ / |
|
| * | | messages: Update common instances of Vim to Nvim #2031 | Michael Reed | 2015-04-08 |
| * | | Merge pull request #2378 from fwalch/travis-disable-nightly | Florian Walch | 2015-04-09 |
| |\ \ |
|
| | * | | Travis: Disable building 'nightly' tag. | Florian Walch | 2015-04-08 |
| * | | | Merge pull request #1805 from fwalch/vim-7.4.399 | Florian Walch | 2015-04-09 |
| |\ \ \ |
|
| | * | | | vim-patch: Port parts of Vim 7.4.399. | Florian Walch | 2015-04-08 |
| | |/ / |
|
| * | | | Merge pull request #2346 from splinterofchaos/fix-terminal | Scott Prager | 2015-04-08 |
| |\ \ \ |
|
| | * | | | term: ensure term->buf is valid | Scott Prager | 2015-04-07 |
| | * | | | term: use window col offset to calculate width | Scott Prager | 2015-04-05 |
| | * | | | term: after <C-\>, resume normal input loop | Scott Prager | 2015-04-05 |
| | * | | | terminal: Handle loss of focus in event loop. | Scott Prager | 2015-04-05 |
| * | | | | event.c: Simplify timer use in event_poll() | oni-link | 2015-04-08 |
| | |/ /
|/| | |
|
| * | | | Merge #2303 'Fix clang analysis warnings. (9)' | Justin M. Keyes | 2015-04-07 |
| |\ \ \ |
|
| | * | | | Fix warnings: window.c: close_last_window_tabpage(): Np deref: RI. | Eliseo Martínez | 2015-04-07 |
| | * | | | Fix warnings: terminal.c: get_config_int(): Dead init: RI. | Eliseo Martínez | 2015-04-07 |
| | * | | | Fix warnings: terminal.c: get_config_string(): Dead init: RI. | Eliseo Martínez | 2015-04-07 |
| | * | | | Fix warnings: terminal.c: redraw(): Np dereference: RI. | Eliseo Martínez | 2015-04-07 |
| | * | | | Fix warnings: eval.c: f_termopen(): Use-after-free: MI. | Eliseo Martínez | 2015-04-07 |
| | * | | | Fix warnings: eval.c: f_jobstart(): Np dereference: FP. | Eliseo Martínez | 2015-04-07 |
| |/ / / |
|