aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval.c
Commit message (Expand)AuthorAge
* *: Also fix the adjacent errorsZyX2016-06-11
* *: Fix errors from new linter checksZyX2016-06-11
* Merge #4813 'runtime: clipboard: start daemons in /'.Justin M. Keyes2016-06-10
|\
| * eval: allow setting cwd in {jobstart,termopen}()Aleksa Sarai2016-06-07
* | Merge pull request #4788 from brcolow/vim-7.4.1051James McCoy2016-06-09
|\ \
| * | vim-patch:7.4.1068Michael Ennen2016-06-09
| * | vim-patch:7.4.1051Michael Ennen2016-06-09
| |/
* | Merge pull request #4738 from brcolow/vim-7.4.1223James McCoy2016-06-09
|\ \
| * | vim-patch:7.4.1223Michael Ennen2016-06-09
| |/
* | eval.c: Fix linter errors.Jurica Bradaric2016-06-09
* | vim-patch:7.4.1464Jurica Bradaric2016-06-09
* | vim-patch:7.4.1394Jurica Bradaric2016-06-09
|/
* pty_process: split into plat-specific files (#3976)Rui Abreu Ferreira2016-06-04
* Merge pull request #4860 from jamessan/tab-win-precedenceJustin M. Keyes2016-06-04
|\
| * tcd: Determine correct scope from user inputJames McCoy2016-06-01
| * tcd: Use user-provided tab page for `getcwd()`/`haslocaldir()`James McCoy2016-06-01
* | reorgJustin M. Keyes2016-06-03
|/
* timers: stop all timers on teardownBjörn Linse2016-06-01
* *: Rename main loop variable from loop to main_loopZyX2016-05-30
* eval: Stop executing *eval() function at errorZyX2016-05-27
* vim-patch:7.4.1567James McCoy2016-05-25
* vim-patch:7.4.1096James McCoy2016-05-25
* timers: racy situation found on travisBjörn Linse2016-05-25
* eval: implement timers. vim-patch: 7.4.1578, 7.4.1831Björn Linse2016-05-24
* vim-patch:7.4.1516Jurica Bradaric2016-05-19
* vim-patch:7.4.1102Jurica Bradaric2016-05-17
* term_close: fix use-after-freeoni-link2016-05-15
* 'termguicolors' #4690Shougo Matsushita2016-05-10
* Merge pull request #4588 from KillTheMule/vim-patch-1285Justin M. Keyes2016-05-10
|\
| * vim-patch:7.4.1285KillTheMule2016-05-08
* | Merge pull request #4720 from jbradaric/vim-7.4.1042Justin M. Keyes2016-05-10
|\ \
| * | vim-patch:7.4.1042Jurica Bradaric2016-05-08
| |/
* | Linting all the daysJames McCoy2016-05-06
* | vim-patch:7.4.1015James McCoy2016-05-06
|/
* vim-patch:7.4.672KillTheMule2016-05-02
* *: Fix new linter errorsZyX2016-05-01
* normal: convert MCHAR etc operator and register types to enum MotionTypeBjörn Linse2016-05-01
* Fix coverity errors in haslocaldir() and getcwd.HiPhish2016-04-27
* Merge pull request #4649 from justinmk/vimpatchesJustin M. Keyes2016-04-27
|\
| * remove disable_char_avail_for_testing()Justin M. Keyes2016-04-26
| * vim-patch:7.4.1092Justin M. Keyes2016-04-25
| * Satisfy the linter.KillTheMule2016-04-25
| * vim-patch:7.4.1300KillTheMule2016-04-25
* | Merge pull request #4593 from ZyX-I/length-functionsJustin M. Keyes2016-04-26
|\ \ | |/ |/|
| * *: Fix linter errorsZyX2016-04-18
| * ex_getln: Make get_histtype return HIST_DEFAULT if neededZyX2016-04-18
| * ex_getln: Make get_histtype accept length argumentZyX2016-04-18
| * keymap: Make replace_termcodes and friends accept length and cpo_flagsZyX2016-04-18
* | Merge pull request #4325 from watiko/vim-7.4.984Justin M. Keyes2016-04-25
|\ \
| * | vim-patch:7.4.1093watiko2016-03-02