aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/buffer.c
Commit message (Expand)AuthorAge
* Macro cleanup: HAS_SWAP_EXISTS_ACTIONMichael Reed2015-01-14
* Macro cleanup: PROTOMichael Reed2015-01-14
* Cleanup: Rename getdigits() family functions.Eliseo Martínez2015-01-11
* Cleanup: Refactor getdigits().Eliseo Martínez2015-01-11
* vim-patch:7.4.456Marco Hinz2014-12-20
* vim-patch:7.4.455Marco Hinz2014-12-20
* Simple refatorings that didn't fit the pattern of the last commitFelipe Oliveira Carvalho2014-12-13
* Reduce indentation level by early returning or continuing loopFelipe Oliveira Carvalho2014-12-13
* 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
* Fix sign column redrawVictor Fonseca2014-10-20
* 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
* | Merge pull request #1209 from atwupack/vp-7.4.320Justin M. Keyes2014-09-26
|\ \ | |/ |/|
| * vim-patch:7.4.320André Twupack2014-09-21
* | FOR_ALL_WINDOWS_IN_TAB and local variables in FOR_ALL_TAB_WINDOWSWayne Rowcliffe2014-09-22
|/
* vim-patch:7.4.369Shougo Matsushita2014-09-17
* Additional FOR_ALL_WINDOWS usageWayne Rowcliffe2014-09-08
* fileid: rename os_file_id_equalStefan Hoffmann2014-08-31
* fileid: rename os_get_file_idStefan Hoffmann2014-08-31
* Merge pull request #1024 from war1025/dev/for_all_buffersJustin M. Keyes2014-08-19
|\
| * FOR_ALL_BUFFERS use locally declared buffer pointerWayne Rowcliffe2014-08-17
| * Add FOR_ALL_BUFFERS helperWayne Rowcliffe2014-08-02
* | vim-patch:7.4.201André Twupack2014-08-15
* | Return bool from find_win_for_buf #1023Wayne Rowcliffe2014-08-07
|/
* Minor buffer.c style cleanupsWayne Rowcliffe2014-07-26
* coverity/62610: Remove dead code from setfname()Wesley Wiser2014-07-20
* Use strict function prototypes #945Pavel Platto2014-07-14
* 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
* FileID: refactor buffer.c to use `FileID`Stefan Hoffmann2014-06-27
* FileID: remove `INVALID_DEVICE_ID` macroStefan Hoffmann2014-06-27
* No OOM in home_replace_save()Felipe Oliveira Carvalho2014-06-16
* Replace vim_strncpy calls: buffer.cDouglas Schneider2014-06-13
* spelling fixes #827Will Stamper2014-06-12
* vim-patch:7.4.277oni-link2014-06-04
* Fix some stylesZyX2014-06-02
* Add automatic generation of headersZyX2014-06-02
* Remove FEAT_LISTCMDSHinidu2014-05-28
* Remove FEAT_CURSORBINDHinidu2014-05-28
* Remove FEAT_CMDL_INFOHinidu2014-05-28
* Removed FEAT_WINDOWSHinidu2014-05-28
* Extract cursor.h from misc{1,2}.h and memline.hHinidu2014-05-28
* API: Refactor: Register/unregister created/destroyed buffersThiago de Arruda2014-05-23
* Merge #708 'Remove NULL/non-NULL tests after vim_str(n)save'Justin M. Keyes2014-05-22
|\
| * Remove NULL/non-NULL tests after calls to vim_str(n)save()Felipe Oliveira Carvalho2014-05-19