aboutsummaryrefslogtreecommitdiff
path: root/src/nvim
Commit message (Expand)AuthorAge
* eval: Use list_unref in place of decrementing refcount directlyZyX2015-12-13
* eval: Replace internal_refcount hack with proper copyID settingZyX2015-12-13
* Merge pull request #3753 from watiko/vim-7.4.790Justin M. Keyes2015-12-12
|\
| * Make clint status validwatiko2015-12-12
| * Fix the memory leakingwatiko2015-12-12
| * Revert char to char_uwatiko2015-12-12
| * Improve coding stylewatiko2015-12-06
| * Use vim_snprintf instead of sprintfwatiko2015-11-28
| * Improve coding stylewatiko2015-11-28
| * Improve coding stylewatiko2015-11-28
| * tests: Migrate legacy test autocmd_option.watiko2015-11-28
| * vim-patch:7.4.790watiko2015-11-28
| * vim-patch:7.4.789watiko2015-11-28
| * vim-patch:7.4.787watiko2015-11-28
| * vim-patch:7.4.786watiko2015-11-28
* | Merge pull request #3807 from ZyX-I/improve-clintJustin M. Keyes2015-12-12
|\ \
| * | shada: Fix all linter errors in src/nvim/shada.*ZyX2015-12-13
* | | Merge pull request #3824 from sethjackson/pstrcmpJustin M. Keyes2015-12-12
|\ \ \
| * | | Windows: Remove UNIX guard for pstrcmp()Rui Abreu Ferreira2015-12-11
* | | | Windows: Remove unnecessary codepath from modname.Seth Jackson2015-12-11
|/ / /
* | | statusline: Check width before advancing pointer. #3818Enrico Ghirardi2015-12-10
* | | Merge pull request #3804 from sethjackson/signal-guardsJustin M. Keyes2015-12-09
|\ \ \
| * | | Add guards for SIGPIPE and SIGQUITRui Abreu Ferreira2015-12-08
| |/ /
* | | Merge pull request #3783 from sethjackson/log-file-defJustin M. Keyes2015-12-09
|\ \ \
| * | | Update USR_LOG_FILE definition.Rui Abreu Ferreira2015-12-07
| |/ /
* / / Windows: Define HOME environment variableRui Abreu Ferreira2015-12-08
|/ /
* | Merge pull request #3780 from sethjackson/header-guardsJustin M. Keyes2015-12-07
|\ \
| * | Add missing guard for HAVE_UNISTD_HRui Abreu Ferreira2015-12-02
* | | Fix Windows code in command_line_execute()Rui Abreu Ferreira2015-12-04
|/ /
* | undo.c: Change return type to bool on functions #3697Wayne Rowcliffe2015-12-01
* | Merge pull request #3762 from Shougo/vim-7.4.649Justin M. Keyes2015-12-01
|\ \
| * | vim-patch:7.4.649Shougo Matsushita2015-11-29
* | | Merge pull request #3761 from Shougo/vim-7.4.631Justin M. Keyes2015-12-01
|\ \ \
| * | | vim-patch:7.4.631Shougo Matsushita2015-12-01
| |/ /
* | | Merge pull request #3760 from Shougo/vim-7.4.623Justin M. Keyes2015-12-01
|\ \ \
| * | | vim-patch:7.4.623Shougo Matsushita2015-12-01
| |/ /
* | | Merge pull request #3759 from Shougo/vim-7.4.617Justin M. Keyes2015-12-01
|\ \ \
| * | | vim-patch:7.4.617Shougo Matsushita2015-11-29
| |/ /
* / / Windows: Add path definitions for Windows.Seth Jackson2015-11-29
|/ /
* | Merge pull request #3750 from Pyrohh/headerJustin M. Keyes2015-11-28
|\ \ | |/ |/|
| * src/*: Remove `VIM - Vi improved ...` headerMichael Reed2015-11-27
* | Merge pull request #3724 from ZyX-I/fix-3635Justin M. Keyes2015-11-27
|\ \ | |/ |/|
| * shada: Do not save unlisted and quickfix buffersZyX2015-11-23
* | Windows: Only redefine ssize_t for MSVCRui Abreu Ferreira2015-11-26
* | Don't use errno constants for os_open() errorsRui Abreu Ferreira2015-11-25
* | Update shada.c to use libuv error constants instead of errno constantsRui Abreu Ferreira2015-11-25
* | Return libuv error code from os_getperm()Rui Abreu Ferreira2015-11-25
* | Return libuv return code from os_stat()Rui Abreu Ferreira2015-11-25
* | Fix comments for os_* functions return valueRui Abreu Ferreira2015-11-25
* | Remove unnecessary includes for errno.hRui Abreu Ferreira2015-11-25