aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Add new highlight groups TermCursor/TermCursorNCMarco Hinz2015-04-09
* event: Only process if event_init has been run.Scott Prager2015-04-08
* eval: do not assume a vval.v_string is nonnull.Scott Prager2015-04-08
* system(): Return an empty string if no output.Scott Prager2015-04-08
* messages: Update common instances of Vim to Nvim #2031Michael Reed2015-04-08
* Merge pull request #1805 from fwalch/vim-7.4.399Florian Walch2015-04-09
|\
| * vim-patch: Port parts of Vim 7.4.399.Florian Walch2015-04-08
* | Merge pull request #2346 from splinterofchaos/fix-terminalScott Prager2015-04-08
|\ \
| * | term: ensure term->buf is validScott Prager2015-04-07
| * | term: use window col offset to calculate widthScott Prager2015-04-05
| * | term: after <C-\>, resume normal input loopScott Prager2015-04-05
| * | terminal: Handle loss of focus in event loop.Scott Prager2015-04-05
* | | event.c: Simplify timer use in event_poll()oni-link2015-04-08
| |/ |/|
* | Fix warnings: window.c: close_last_window_tabpage(): Np deref: RI.Eliseo Martínez2015-04-07
* | Fix warnings: terminal.c: get_config_int(): Dead init: RI.Eliseo Martínez2015-04-07
* | Fix warnings: terminal.c: get_config_string(): Dead init: RI.Eliseo Martínez2015-04-07
* | Fix warnings: terminal.c: redraw(): Np dereference: RI.Eliseo Martínez2015-04-07
* | Fix warnings: eval.c: f_termopen(): Use-after-free: MI.Eliseo Martínez2015-04-07
* | Fix warnings: eval.c: f_jobstart(): Np dereference: FP.Eliseo Martínez2015-04-07
* | legacy tests: migrate test38 #2367Murali Suresh2015-04-07
* | tests: Migrate legacy tests 44 and 99 #2366David Bürgin2015-04-07
* | Enable -Wconversion: move.c.Eliseo Martínez2015-04-07
* | Enable -Wconversion: fold.c.Eliseo Martínez2015-04-07
* | Enable -Wconversion: popupmnu.c.Eliseo Martínez2015-04-07
* | Enable -Wconversion: farsi.c: Cleanup.Eliseo Martínez2015-04-07
* | Enable -Wconversion: farsi.c: Solve issues.Eliseo Martínez2015-04-07
* | Merge pull request #2348 from mhinz/job-control-mouseScott Prager2015-04-06
|\ \
| * | Job control: reset mouse support after foregroundingMarco Hinz2015-04-06
* | | Remove redundant NULL checksAnton Ovchinnikov2015-04-06
|/ /
* | legacy tests: Remove legacy tests for Lua (test85) #2357David Bürgin2015-04-06
* | legacy tests: Remove legacy tests for MzScheme (test70)David Bürgin2015-04-06
* | tests: Migrate legacy tests 92 and 93 #2261David Bürgin2015-04-05
* | vim-patch:7.4.636 #2267David Bürgin2015-04-05
* | Fix problem with coverity/105568 fix.oni-link2015-04-05
* | Update comments for expand_wildcards functions.oni-link2015-04-05
* | vim-patch:7.4.497 #2295David Bürgin2015-04-05
|/
* Remove swap file accidentally committed in 34dba3d7.John Szakmeister2015-04-05
* clipboard: missing `return NULL` when provider not availableBjörn Linse2015-04-05
* clipboard: handle clipboard reading directly in `get_yank_register`Björn Linse2015-04-05
* clipboard: improve the handling of newlines in `get_clipboard`Björn Linse2015-04-05
* clipboard: reallow `:put`Björn Linse2015-04-05
* clipboard: show "* and "+ in :registersBjörn Linse2015-04-05
* Fix a memory leak for WBuffers used in channel_write().oni-link2015-04-03
* Prevent too early sending of delayed notifications.oni-link2015-04-03
* Merge pull request #2318 from yshui/masterJohn Szakmeister2015-04-03
|\
| * CMakeLists: fix build when there're multiple arguments in C_FLAGSYuxuan Shui2015-03-31
* | eval: Ensure all job callbacks are invoked by `jobwait()`Thiago de Arruda2015-04-02
* | eval: Add internal_refcount field to dict_TThiago de Arruda2015-04-02
* | vim-patch:7.4.336 #2299David Bürgin2015-04-02
* | vim-patch:7.4.515David Bürgin2015-04-01