summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/diff.c
AgeCommit message (Expand)AuthorFiles
2017-02-07vim-patch:7.4.2275lonerover1
2017-02-04vim-patch:7.4.2024Marco Hinz1
2016-09-28doc: minor comment tweaksJustin M. Keyes1
2016-09-13refactor: eliminate misc2.cJustin M. Keyes1
2016-04-20Merge tempfile.c back into fileio.cJurica Bradaric1
2016-04-18*: Make set_vim_var_\* functions have proper argument typesZyX1
2016-03-10quickfix.c: enable -WconversionCharles Joachim1
2016-02-15diff.c: change return type to boolCharles Joachim1
2016-02-09Merge #4152 'vim-patch:7.4.{798,800,805,810,811,814,815,816,817,820,825}'.Justin M. Keyes1
2016-02-09vim-patch:7.4.768Jurica Bradaric1
2016-02-02vim-patch:7.4.810Jurica Bradaric1
2016-01-13vim patches 7.4.955/974/975/989. #3919Michael Ennen1
2015-11-25Remove unnecessary includes for errno.hRui Abreu Ferreira1
2015-05-29getenv: return NULL if empty #2574Scott Prager1
2015-05-13Remove char_u: ex_docmd:do_cmdline_cmd()Michael Reed1
2015-05-06Remove char_u: FullName_save()Mark Bainter1
2015-04-24Replace VIM_ISDIGIT() and vim_isdigit() with ascii_isdigit() defined in ascii.hFelipe Oliveira Carvalho1
2015-04-24Replace vim_iswhite with ascii_iswhite() defined in ascii.hFelipe Oliveira Carvalho1
2015-04-18Remove char_u: vim_setenv()Mark Bainter1
2015-04-13memory: Add `free` wrapper and refactor project to use itThiago de Arruda1
2015-03-25buffer: Move b_p_ma(modifiable) checks into the MODIFIABLE macroThiago de Arruda1
2015-02-18Enable -Wconversion: mark.c.Eliseo Martínez1
2015-01-22"halfway a line" is a very confusing phraseJack Danger Canty1
2015-01-19Merge pull request #1729 from fwalch/vim-7.4.490Justin M. Keyes1
2015-01-11Cleanup: Rename getdigits() family functions.Eliseo Martínez1
2015-01-11Cleanup: Refactor getdigits().Eliseo Martínez1
2015-01-04vim-patch:7.4.490Florian Walch1
2014-12-23vim-patch:7.4.477Florian Walch1
2014-12-13Reduce indentation level by early returning or continuing loopFelipe Oliveira Carvalho1
2014-12-03shell: Remove kShellOptCooked from ShellOptsThiago de Arruda1
2014-11-12Convert some values from buffer_defs.h to boolsWayne Rowcliffe1
2014-09-24Replace FOR_ALL_WINDOWS with FOR_ALL_WINDOWS_IN_TAB(curtab)Wayne Rowcliffe1
2014-09-22FOR_ALL_TABS helperWayne Rowcliffe1
2014-09-08Additional FOR_ALL_WINDOWS usageWayne Rowcliffe1
2014-08-31fileinfo: change returntype of os_fileinfo_sizeStefan Hoffmann1
2014-08-31fileinfo: rename os_get_file_info{,_link,_fd}Stefan Hoffmann1
2014-08-31fileinfo: implement os_fileinfo_sizeStefan Hoffmann1
2014-07-14Extract `tempfile` module from fileioPavel Platto1
2014-07-14Add vim_gettempdir(), remove global vim_tempdirPavel Platto1
2014-07-14Refactor vim_tempnamePavel Platto1
2014-07-14Remove #ifdefs TEMPDIRNAMES and add TEMPDIRNAMES for WindowsPavel Platto1
2014-07-11vim-patch:7.4.308 #832Will Stamper1
2014-07-09move errno.h include out of vim.hBrandon Coleman1
2014-07-09move <inttypes.h> include out of vim.hBrandon Coleman1
2014-07-09move ascii.h include out of vim.hBrandon Coleman1
2014-07-09remove stdbool.h include from vim.h and globals.hBrandon Coleman1
2014-07-08Replace int with bool in some files. #654Klemen Košir1
2014-06-06Remove USE_CR and tag_fgets. #808Justin M. Keyes1
2014-06-02Add automatic generation of headersZyX1
2014-05-28Extract cursor.h from misc{1,2}.h and memline.hHinidu1