aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/buffer.c
Commit message (Expand)AuthorAge
* Merge pull request #4273 from watiko/vim-7.4.957Justin M. Keyes2016-04-25
|\
| * vim-patch:7.4.941watiko2016-03-06
* | buffer.c: change return type to boolCharles Joachim2016-04-03
* | test: minor changesJustin M. Keyes2016-03-17
* | 'shortmess': Add "F" flag. #4446Shougo Matsushita2016-03-17
* | vim-patch:7.4.1511Nicolas Dumazet2016-03-08
|/
* bufhl: new mechanism for plugins to add highlights to a bufferBjörn Linse2016-02-23
* coverity/135589: (FP) Null pointer dereferencesJustin M. Keyes2016-02-19
* Merge pull request #4187 from watiko/vim-7.4.742Justin M. Keyes2016-02-09
|\
| * vim-patch:7.4.742watiko2016-02-07
* | vim-patch:7.4.805Jurica Bradaric2016-02-02
|/
* tabline: Switch to functions, handle different click typesZyX2016-02-01
* tabline: Add %[] atom to the tabline, for random commands on clickZyX2016-02-01
* file_pat_to_reg_pat, buflist_findpat: const paramsJustin M. Keyes2016-01-01
* vim-patch:7.4.605Justin M. Keyes2015-12-30
* vim-patch:7.4.645Shougo Matsushita2015-12-13
* statusline: Check width before advancing pointer. #3818Enrico Ghirardi2015-12-10
* src/*: Remove `VIM - Vi improved ...` headerMichael Reed2015-11-27
* Remove unnecessary includes for errno.hRui Abreu Ferreira2015-11-25
* src: README.txt -> README.mdMichael Reed2015-11-23
* Cleanup from reviewWayne Rowcliffe2015-11-11
* Switch comments to match style guideWayne Rowcliffe2015-11-11
* Updates from reviewWayne Rowcliffe2015-11-11
* Fix shadowed variable in build_stl_str_hlWayne Rowcliffe2015-11-11
* Add documentation about what TABPAGENR and TABCLOSENR doWayne Rowcliffe2015-11-11
* Fix lintWayne Rowcliffe2015-11-11
* Add out_end_p to mark last valid character in statusline bufferWayne Rowcliffe2015-11-11
* Rename build_stl_str_hl input and output buffer pointersWayne Rowcliffe2015-11-11
* Add comments to build_stl_str_hlWayne Rowcliffe2015-11-11
* Clean up buffer.c build_stl_str_hl variable declarationsWayne Rowcliffe2015-11-11
* vim-patch:7.4.791 #3078Marco Hinz2015-11-11
* *: 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