| Commit message (Expand) | Author | Age | ||
|---|---|---|---|---|
| ... | ||||
| | * | | | | | | | | | | | eval: Refactor f_char2nr | ZyX | 2017-04-16 | |
| | * | | | | | | | | | | | eval: Fix V547: `d == NULL` was already checked at line 2986 | ZyX | 2017-04-16 | |
| | * | | | | | | | | | | | eval: Silence eap->skip false positives | ZyX | 2017-04-16 | |
| | * | | | | | | | | | | | eval/typval_encode: Silence then/else equivalence warning | ZyX | 2017-04-16 | |
| | * | | | | | | | | | | | edit: Copy assert to before the warning | ZyX | 2017-04-16 | |
| | * | | | | | | | | | | | macros: Fix excessive check | ZyX | 2017-04-16 | |
| | * | | | | | | | | | | | edit: Fix strange code | ZyX | 2017-04-16 | |
| | * | | | | | | | | | | | digraph: Fix errors due to has_mbyte and friends being fixed | ZyX | 2017-04-16 | |
| | * | | | | | | | | | | | digraph: Ignore false positive | ZyX | 2017-04-16 | |
| | * | | | | | | | | | | | diff: Silence -V519 | ZyX | 2017-04-16 | |
| | * | | | | | | | | | | | *: Silence some false positives | ZyX | 2017-04-16 | |
| * | | | | | | | | | | | | highlight: default Cursor to guibg=fg, guifg=bg | Matthieu Coudron | 2017-04-17 | |
| * | | | | | | | | | | | | fold: foldMoveRange(): fix :move bug #6534 | Matthew Malcomson | 2017-04-17 | |
| |/ / / / / / / / / / / | ||||
| * | | | | | | | | | | | Merge #6219 from jbradaric/vim-7.4.2170 | Justin M. Keyes | 2017-04-16 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | | eval.c: Code style fixes | Jurica Bradaric | 2017-04-15 | |
| | * | | | | | | | | | | | test_timers.vim: Adjust timing to handle difference in implementation | James McCoy | 2017-04-15 | |
| | * | | | | | | | | | | | vim-patch:7.4.2359 | James McCoy | 2017-04-06 | |
| | * | | | | | | | | | | | vim-patch:7.4.2332 | James McCoy | 2017-04-06 | |
| | * | | | | | | | | | | | vim-patch:7.4.2304 | James McCoy | 2017-04-06 | |
| | * | | | | | | | | | | | vim-patch:7.4.2281 | James McCoy | 2017-04-06 | |
| | * | | | | | | | | | | | Merge remote-tracking branch 'origin/master' into vim-7.4.2170 | James McCoy | 2017-04-05 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | | | vim-patch:7.4.2242 | Jurica Bradaric | 2017-03-20 | |
| | * | | | | | | | | | | | | vim-patch:7.4.2241 | Jurica Bradaric | 2017-03-20 | |
| | * | | | | | | | | | | | | vim-patch:7.4.2240 | Jurica Bradaric | 2017-03-20 | |
| | * | | | | | | | | | | | | version.c: Mark 7.4.2171 and 7.4.2181 as NA. | Jurica Bradaric | 2017-03-20 | |
| | * | | | | | | | | | | | | vim-patch:7.4.2180 | Jurica Bradaric | 2017-03-20 | |
| | * | | | | | | | | | | | | vim-patch:7.4.2170 | Jurica Bradaric | 2017-03-20 | |
| * | | | | | | | | | | | | | os/shell: Remove FUNC_ATTR_MALLOC from shell_build_argv | ZyX | 2017-04-15 | |
| * | | | | | | | | | | | | | ops: Remove FUNC_ATTR_MALLOC from copy_register | ZyX | 2017-04-15 | |
| * | | | | | | | | | | | | | option: Remove FUNC_ATTR_MALLOC from get_winbuf_options | ZyX | 2017-04-15 | |
| * | | | | | | | | | | | | | eval/typval: Remove FUNC_ATTR_MALLOC from tv_list_alloc_ret | ZyX | 2017-04-15 | |
| * | | | | | | | | | | | | | eval/typval: Remove FUNC_ATTR_MALLOC from tv_dict_alloc | ZyX | 2017-04-15 | |
| * | | | | | | | | | | | | | eval/typval: Remove FUNC_ATTR_MALLOC from tv_dict_item_copy | ZyX | 2017-04-15 | |
| * | | | | | | | | | | | | | eval/typval: Remove FUNC_ATTR_MALLOC from tv_list_alloc | ZyX | 2017-04-15 | |
| * | | | | | | | | | | | | | os/fileio: Remove FUNC_ATTR_MALLOC for file_open_new | ZyX | 2017-04-15 | |
| * | | | | | | | | | | | | | test: make locale dependent oldtest more reliable (#6526) | Björn Linse | 2017-04-15 | |
| * | | | | | | | | | | | | | ops: fix i<c-r> with multi-byte text (#6524) | Björn Linse | 2017-04-15 | |
| | |_|/ / / / / / / / / / |/| | | | | | | | | | | | ||||
| * | | | | | | | | | | | | perf: tv_clear(): Cache gettext() result. (#6519) | Justin M. Keyes | 2017-04-14 | |
| * | | | | | | | | | | | | win: os_shell_is_cmdexe() + tests | Justin M. Keyes | 2017-04-12 | |
| * | | | | | | | | | | | | win: default shellxescape, shellxquote to empty | Rui Abreu Ferreira | 2017-04-12 | |
| * | | | | | | | | | | | | win: libuv_process_spawn(): special-case cmd.exe | Rui Abreu Ferreira | 2017-04-12 | |
| * | | | | | | | | | | | | win: vim_strsave_shellescape: Handle 'shellslash'. | Justin M. Keyes | 2017-04-12 | |
| * | | | | | | | | | | | | win: defaults: 'shellredir', 'shellxquote', 'shellxescape' | Justin M. Keyes | 2017-04-12 | |
| * | | | | | | | | | | | | refactor: pos_T macros to functions (#6496) | Felipe Oliveira Carvalho | 2017-04-11 | |
| * | | | | | | | | | | | | win: mch_open_rw: specify S_IWRITE #6487 | erw7 | 2017-04-11 | |
| | |_|_|/ / / / / / / / |/| | | | | | | | | | | ||||
| * | | | | | | | | | | | Merge #6479 from bfredl/tolower | Justin M. Keyes | 2017-04-10 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | | lint: fix clint errors around mb_tolower calls | Björn Linse | 2017-04-10 | |
| | * | | | | | | | | | | | vim-patch:8.0.0552 | Björn Linse | 2017-04-10 | |
| | * | | | | | | | | | | | vim-patch:8.0.0243 | Björn Linse | 2017-04-10 | |
| | * | | | | | | | | | | | mbyte: replace vim_tolower with mb_tolower handling locale correctly | Björn Linse | 2017-04-10 | |