aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/memline.c
Commit message (Expand)AuthorAge
* vim-patch:8.0.0736: OptionSet not triggered when entering diff modeJustin M. Keyes2018-02-11
* vim-patch:8.0.0337: invalid memory access in :recover commandJustin M. Keyes2018-02-11
* lintJames McCoy2017-12-15
* vim-patch:8.0.0074Michael Schupikov2017-12-15
* io: more guards against NULL filename (#7159)Justin M. Keyes2017-08-13
* lintJames McCoy2017-06-04
* vim-patch:7.4.1975James McCoy2017-06-04
* *: Add comment to all C filesZyX2017-04-19
* memline: Fix “NULL pointer dereference” warningZyX2017-04-16
* memline: Silence “buffer underflow” warning, looks like false positiveZyX2017-04-16
* *: Move some dictionary functions to typval.h and use char*ZyX2017-03-29
* job-control: set CLOEXEC on pty processes. #5986Matthew Malcomson2017-03-17
* vim-patch:8.0.0453 (#6266)Matthieu Coudron2017-03-13
* buffer: Bind b:changedtick to b:['changedtick'], remove special casesZyX2017-02-23
* *: Partial string handling refactoringZyX2017-02-15
* lintJustin M. Keyes2017-01-13
* open_buffer(): Do `BufEnter` for directories.Justin M. Keyes2017-01-12
* 'inccommand': reworkJustin M. Keyes2016-11-08
* refactor: eliminate misc2.cJustin M. Keyes2016-09-13
* vim-patch:7.4.1237 (#5092)Simon Weil2016-07-31
* os/fs: Rename os_file_exists to os_path_exists (#4973)Daniel Xu2016-07-06
* vim-patch:7.4.1276Michael Ennen2016-05-17
* *: Fix new linter errorsZyX2016-05-01
* Merge tempfile.c back into fileio.cJurica Bradaric2016-04-20
* *: Make set_vim_var_\* functions have proper argument typesZyX2016-04-18
* Review of the memfile.c API and small refactoringsFelipe Oliveira Carvalho2016-03-16
* Windows: Include <fcntl.h> for file constants.Seth Jackson2016-01-17
* Merge #3443 'vim-patch:7.4.{785,795,898}'Justin M. Keyes2015-12-13
|\
| * vim-patch:7.4.785Johan Klokkhammer Helsing2015-11-22
* | src/*: Remove `VIM - Vi improved ...` headerMichael Reed2015-11-27
* | src: README.txt -> README.mdMichael Reed2015-11-23
|/
* undo: Do some refactoringZyX2015-10-29
* option: fix off-by-one error when handling &directoryVictor Adam2015-10-27
* *: Fix linter errorsZyX2015-10-23
* memline: Automatically create swap file directory for last directoryZyX2015-10-23
* vim-patch:7.4.781 #3065Marco Hinz2015-08-09
* Remove POSIX 'cpoptions': '&'Michael Reed2015-07-19
* Split os_unix_defs.h into os/Yamakaky2015-07-06
* memline: Don't call memmove() with a NULL argument in ml_add_stack(). #2802oni-link2015-06-12
* minor cleanup. #2610Mark Bainter2015-05-13
* Remove char_u: message:smsg()Michael Reed2015-05-13
* Remove char_u: concat_fnames()Mark Bainter2015-05-06
* Remove char_u: make_percent_swname()Mark Bainter2015-05-06
* Remove char_u: fix_fname()Mark Bainter2015-05-06
* Remove char_u: vim_FullName()Mark Bainter2015-05-06
* Remove char_u: modname()Mark Bainter2015-05-06
* Remove char_u: after_pathstep()Mark Bainter2015-04-17
* memory: Add `free` wrapper and refactor project to use itThiago de Arruda2015-04-13
* fix: segfault in ml_recover() if swap file not foundJustin M. Keyes2015-04-12
* fix: segfault in recover_names(): must not concat full pathJustin M. Keyes2015-04-12