aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/diff.c
Commit message (Expand)AuthorAge
* doc: minor comment tweaksJustin M. Keyes2016-09-28
* refactor: eliminate misc2.cJustin M. Keyes2016-09-13
* Merge tempfile.c back into fileio.cJurica Bradaric2016-04-20
* *: Make set_vim_var_\* functions have proper argument typesZyX2016-04-18
* quickfix.c: enable -WconversionCharles Joachim2016-03-10
* diff.c: change return type to boolCharles Joachim2016-02-15
* Merge #4152 'vim-patch:7.4.{798,800,805,810,811,814,815,816,817,820,825}'.Justin M. Keyes2016-02-09
|\
| * vim-patch:7.4.810Jurica Bradaric2016-02-02
* | vim-patch:7.4.768Jurica Bradaric2016-02-09
|/
* vim patches 7.4.955/974/975/989. #3919Michael Ennen2016-01-13
* Remove unnecessary includes for errno.hRui Abreu Ferreira2015-11-25
* getenv: return NULL if empty #2574Scott Prager2015-05-29
* Remove char_u: ex_docmd:do_cmdline_cmd()Michael Reed2015-05-13
* Remove char_u: FullName_save()Mark Bainter2015-05-06
* Replace VIM_ISDIGIT() and vim_isdigit() with ascii_isdigit() defined in ascii.hFelipe Oliveira Carvalho2015-04-24
* Replace vim_iswhite with ascii_iswhite() defined in ascii.hFelipe Oliveira Carvalho2015-04-24
* Remove char_u: vim_setenv()Mark Bainter2015-04-18
* memory: Add `free` wrapper and refactor project to use itThiago de Arruda2015-04-13
* buffer: Move b_p_ma(modifiable) checks into the MODIFIABLE macroThiago de Arruda2015-03-25
* Enable -Wconversion: mark.c.Eliseo Martínez2015-02-18
* "halfway a line" is a very confusing phraseJack Danger Canty2015-01-22
* Merge pull request #1729 from fwalch/vim-7.4.490Justin M. Keyes2015-01-19
|\
| * vim-patch:7.4.490Florian Walch2015-01-04
* | Cleanup: Rename getdigits() family functions.Eliseo Martínez2015-01-11
* | Cleanup: Refactor getdigits().Eliseo Martínez2015-01-11
|/
* vim-patch:7.4.477Florian Walch2014-12-23
* Reduce indentation level by early returning or continuing loopFelipe Oliveira Carvalho2014-12-13
* shell: Remove kShellOptCooked from ShellOptsThiago de Arruda2014-12-03
* Convert some values from buffer_defs.h to boolsWayne Rowcliffe2014-11-12
* Replace FOR_ALL_WINDOWS with FOR_ALL_WINDOWS_IN_TAB(curtab)Wayne Rowcliffe2014-09-24
* FOR_ALL_TABS helperWayne Rowcliffe2014-09-22
* Additional FOR_ALL_WINDOWS usageWayne Rowcliffe2014-09-08
* fileinfo: change returntype of os_fileinfo_sizeStefan Hoffmann2014-08-31
* fileinfo: rename os_get_file_info{,_link,_fd}Stefan Hoffmann2014-08-31
* fileinfo: implement os_fileinfo_sizeStefan Hoffmann2014-08-31
* Extract `tempfile` module from fileioPavel Platto2014-07-14
* Add vim_gettempdir(), remove global vim_tempdirPavel Platto2014-07-14
* Refactor vim_tempnamePavel Platto2014-07-14
* Remove #ifdefs TEMPDIRNAMES and add TEMPDIRNAMES for WindowsPavel Platto2014-07-14
* vim-patch:7.4.308 #832Will Stamper2014-07-11
* move errno.h include out of vim.hBrandon Coleman2014-07-09
* move <inttypes.h> include out of vim.hBrandon Coleman2014-07-09
* move ascii.h include out of vim.hBrandon Coleman2014-07-09
* remove stdbool.h include from vim.h and globals.hBrandon Coleman2014-07-09
* Replace int with bool in some files. #654Klemen Košir2014-07-08
* Remove USE_CR and tag_fgets. #808Justin M. Keyes2014-06-06
* Add automatic generation of headersZyX2014-06-02
* Extract cursor.h from misc{1,2}.h and memline.hHinidu2014-05-28
* Remove NULL/non-NULL tests after calls to vim_str(n)save()Felipe Oliveira Carvalho2014-05-19
* Introduce nvim namespace: Fix unmasked strings.h issue.Eliseo Martínez2014-05-15