aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/buffer.c
Commit message (Expand)AuthorAge
* vim-patch:8.0.0728: the terminal structure is never freedJan Edmund Lazo2019-04-06
* lintAbdelhakeem2019-03-29
* vim-patch:8.1.0539: cannot build without the sandboxAbdelhakeem2019-03-28
* signs: support multiple columns #9295Dan Aloni2019-03-25
* vim-patch:8.1.0538: evaluating a modeline might invoke using a shell commandJan Edmund Lazo2019-03-23
* vim-patch:8.1.0384: sign ordering #9758Jan Edmund Lazo2019-03-19
* vim-patch:8.1.0826: too many #ifdefsJan Edmund Lazo2019-03-08
* floats: implement floating windowsBjörn Linse2019-03-02
* API/buffer-updates: always detach on buf-reload #9643KillTheMule2019-03-01
* api: add nvim_create_buf to create a new empty buffer.Björn Linse2019-02-09
* vim-patch:8.0.1073: may get an endless loop if 'statusline' changes a highlightJan Edmund Lazo2019-02-03
* Merge #9539 "options: make 'listchars' and 'fillchars' local to window"Marco Hinz2019-01-28
|\
| * linter: fix issuesMarco Hinz2019-01-26
| * options: make 'fillchars'/'listchars' local to windowMarco Hinz2019-01-26
* | terminal: handle size when switching buffers in windowBjörn Linse2019-01-27
|/
* clang/"null pointer dereference": close_bufferJustin M. Keyes2019-01-13
* bufhl: simplify redraw logicBjörn Linse2019-01-09
* api: make nvim_buf_set_virtual_text use correct namespace counterBjörn Linse2018-12-07
* api: implement object namespacesBjörn Linse2018-11-24
* api: simplify nvim_buf_get_offset functionBjörn Linse2018-11-01
* signs: Add "numhl" argument #9113Reto Schnyder2018-10-13
* lintJan Edmund Lazo2018-09-29
* globals: arg_had_last is boolJan Edmund Lazo2018-09-29
* vim-patch:8.1.0310: file info msg with 'F' in 'shortmess'Justin M. Keyes2018-09-21
* vim-patch:8.0.1215: newer gcc warns for implicit fallthroughJan Edmund Lazo2018-09-20
* buffer: add support for virtual text annotationsBjörn Linse2018-09-17
* lintJan Edmund Lazo2018-09-06
* window: refactor boolean variables in win_close()Jan Edmund Lazo2018-09-06
* vim-patch:8.0.0782: using freed memory in quickfix codeJan Edmund Lazo2018-09-06
* ops: refactor get_spec_reg()Jan Edmund Lazo2018-08-16
* vim-patch:8.0.1633: a TextChanged autocmd triggers when it is definedJan Edmund Lazo2018-08-15
* lintJan Edmund Lazo2018-08-11
* vim-patch:8.0.1361: some users don't want to diff with hidden buffersJan Edmund Lazo2018-08-11
* lint: clean-up after parent commitZviRackover2018-08-06
* Remove all occurences of the mb_ptr2char macroZviRackover2018-08-06
* vim-patch:8.1.0240: g:actual_curbuf set in wrong scope (#8818)Daniel Hahler2018-08-06
* vim-patch:8.0.1512: warning for possibly using NULL pointerJan Edmund Lazo2018-07-23
* highlight: extract low-level highlight logic from syntax, uiBjörn Linse2018-07-21
* terminal: handle &confirm and :confirm on unloading (#8726)Marco Hinz2018-07-12
* test: build_stl_str_hl (#8703)ZviRackover2018-07-10
* Merge pull request #7551 from bfredl/setl_bufwinBjörn Linse2018-06-22
|\
| * buffer: fix copying setl options for buffer currently displayed in another wi...Björn Linse2018-06-21
* | *: Replace b_changedtick with new always-inline functionsZyX2018-06-22
* | vim-patch:8.0.0648: possible use of NULL pointerJan Edmund Lazo2018-06-21
* | vim-patch:8.0.0621: :stag does not respect 'switchbuf'Jan Edmund Lazo2018-06-21
|/
* vim-patch:8.0.0466: still macros that should be all-caps (#8510)Jan Edmund Lazo2018-06-10
* Merge #7917 'API: buffer updates'Justin M. Keyes2018-06-08
|\
| * Some renamings and doc changesKillTheMule2018-05-23
| * The grand renamingKillTheMule2018-05-23
| * LintKillTheMule2018-05-23