aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/fileio.c
Commit message (Expand)AuthorAge
* Remove char_u: message:smsg()Michael Reed2015-05-13
* Merge #2470: Remove char_u (5)Eliseo Martínez2015-05-07
|\
| * Refactor modname() to use add_pathsepMark Bainter2015-05-06
| * Remove char_u: FullName_save()Mark Bainter2015-05-06
| * Remove char_u: path_with_url()Mark Bainter2015-05-06
| * Remove char_u: modname()Mark Bainter2015-05-06
* | vim-patch:7.4.564 #2591David Bürgin2015-05-05
|/
* vim-patch:7.4.630 #2524Florian Walch2015-04-28
* vim-patch:7.4.519David Bürgin2015-04-27
* 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: after_pathstep()Mark Bainter2015-04-17
* memory: Add `free` wrapper and refactor project to use itThiago de Arruda2015-04-13
* Remove all references to JobActivityMarco Hinz2015-04-11
* messages: Update common instances of Vim to Nvim #2031Michael Reed2015-04-08
* eval: Refactor vimscript job control APIThiago de Arruda2015-03-29
* terminal: New module that implements a terminal emulatorThiago de Arruda2015-03-25
* coverity/13777: String not null terminated: RI.Eliseo Martínez2015-03-22
* Merge consecutive identical 'if' statementsAnton Ovchinnikov2015-03-16
* vim-patch:7.4.637 #2126Lech Lorens2015-03-13
* Remove redundant castsAnton Ovchinnikov2015-03-09
* refactor: Remove term modules and termcap optionsThiago de Arruda2015-02-21
* Enable -Wconversion: Passing-by: Remove dead code (MACOS_CONVERT).Eliseo Martínez2015-02-18
* Add TabClosed eventFelipe Morales2015-02-16
* Add TabNewEnteredFelipe Morales2015-02-16
* Add TabNew eventFelipe Morales2015-02-16
* ui: Remove/adapt some old code for a big UI refactorThiago de Arruda2015-02-16
* coverity/102149: Out-of-bounds access: FP.Eliseo Martínez2015-02-11
* Remove vimdiffMichael Reed2015-02-03
* Remove nonnullret deadcode: home_replace_save.Eliseo Martínez2015-01-27
* Remove nonnullret deadcode: enc_canonize.Eliseo Martínez2015-01-27
* Remove nonnullret deadcode: Mark new nonnullret functions.Eliseo Martínez2015-01-27
* Macro cleanup: HAS_SWAP_EXISTS_ACTIONMichael Reed2015-01-14
* Macro cleanup: PROTOMichael Reed2015-01-14
* vim-patch:7.4.493Florian Walch2014-12-23
* vim-patch:7.4.456Marco Hinz2014-12-20
* coverity/75594: Explicit null dereferenced: RI.Eliseo Martínez2014-12-16
* Reduce indentation level by early returning or continuing loopFelipe Oliveira Carvalho2014-12-13
* term: Remove most calls to settmodeThiago de Arruda2014-12-02
* ui: Remove redundant ui.h includesThiago de Arruda2014-11-27
* ui: Remove ui_delay, ui_breakcheck and ui_set_shellsizeThiago de Arruda2014-11-27
* Convert some values from buffer_defs.h to boolsWayne Rowcliffe2014-11-12
* vim-patch:7.4.414Scott Prager2014-11-11
* Fix fileio.c's diagram.Scott Prager2014-11-11
* Fix warnings: fileio.c: aucmd_prepbuf(): Np dereference: FP.Eliseo Martínez2014-11-11
* Fix warnings: fileio.c: readfile(): Dead assignment: HI.Eliseo Martínez2014-11-11
* iconv: re-enableNicolas Hillegeer2014-11-06
* vim-patch:7.4.436 #1246Naveen Kumar Molleti2014-10-16
* Merge pull request #1208 from war1025/dev/remove_for_all_windowsJustin M. Keyes2014-10-03
|\
| * Replace FOR_ALL_WINDOWS with FOR_ALL_WINDOWS_IN_TAB(curtab)Wayne Rowcliffe2014-09-24