aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* ops.c: cleanup of `get_yank_register`Björn Linse2015-04-11
* clipboard: fix "" register not updated when clipboard=unnamedBjörn Linse2015-04-11
* clipboard: adjust v:register when clipboard=unnamedBjörn Linse2015-04-11
* Remove unused 'if_[language].txt': ReviewMichael Reed2015-04-10
* Remove unused 'if_[language].txt': Clean upMichael Reed2015-04-10
* Bring E319 (cmd not available) in line with E519 (opt not available)Michael Reed2015-04-10
* Clarify that nvim has no built-in GUIMichael Reed2015-04-10
* coverity/{108271,108272,108273}: add fallthrough annotation #2362Alexey Shmalko2015-04-10
* mark.c: Remove JUMPLIST_ROTATE #2376David Bürgin2015-04-09
* 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