aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/buffer.c
Commit message (Expand)AuthorAge
* *: Fix lint errors found in new code in previously ignored filesZyX2015-10-08
* mark: Clear marks in some cases, but do not do useless job in free_\*ZyX2015-10-08
* *: Make ShaDa code use VimL values for additional_\* dataZyX2015-10-08
* shada: Add support for dumping and restoring buffer listZyX2015-10-08
* shada: Add support for dumping/restoring bufs changes and win jumpsZyX2015-10-08
* viminfo: First version of ShaDa file dumpingZyX2015-10-08
* Remove instances of TRUE/FALSE macroSteven Oliver2015-09-04
* Use NVIM instead of VIM in default title.Felipe Morales2015-07-23
* Macro cleanup: FEAT_SHORTCUT, replace with WIN32Hettomei2015-07-17
* vim-patch:7.4.562 #2593David Bürgin2015-05-16
* Remove char_u: message:smsg()Michael Reed2015-05-13
* Remove char_u: fix_fname()Mark Bainter2015-05-06
* Remove char_u: FullName_save()Mark Bainter2015-05-06
* vim-patch:7.4.519David Bürgin2015-04-27
* Replace vim_isspace() with ascii_isspace() defined in ascii.hFelipe Oliveira Carvalho2015-04-24
* Replace VIM_ISDIGIT() and vim_isdigit() with ascii_isdigit() defined in ascii.hFelipe Oliveira Carvalho2015-04-24
* memory: Add `free` wrapper and refactor project to use itThiago de Arruda2015-04-13
* os_scandir: fname_case -> path_fix_caseScott Prager2015-03-31
* terminal: New module that implements a terminal emulatorThiago de Arruda2015-03-25
* buffer: Move b_p_ma(modifiable) checks into the MODIFIABLE macroThiago de Arruda2015-03-25
* Merge pull request #2118 from rev112/fix_redundant_castJohn Szakmeister2015-03-13
|\
| * Remove redundant castsAnton Ovchinnikov2015-03-09
* | Interface cleanup: Symlink handling & docsMichael Reed2015-03-12
* | version: don't use NVIM_VERSION_* directly outside version.cBjörn Linse2015-03-08
* | config: split out versiondef.h from config.hBjörn Linse2015-03-08
|/
* refactor: Remove term modules and termcap optionsThiago de Arruda2015-02-21
* shadow previously set signs #1893Felipe Morales2015-02-13
* 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