aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/buffer.c
Commit message (Expand)AuthorAge
* buffer: add attributes to pure functionsJan Edmund Lazo2019-07-28
* Merge #10368 from janlazo/vim-8.0.1164Justin M. Keyes2019-07-19
|\
| * vim-patch:8.0.1164: changing StatusLine highlight does not always workJan Edmund Lazo2019-07-06
* | api/window: add style="minimal" flag to nvim_open_win()Björn Linse2019-07-07
|/
* :ls : show "R", "F" for terminal-jobs #10370Justin M. Keyes2019-06-29
* vim-patch:8.0.1013: terminal window behaves different from a buffer with changesJan Edmund Lazo2019-06-26
* vim-patch:8.0.0935: cannot recognize a terminal buffer in :ls outputJan Edmund Lazo2019-06-26
* vim-patch:8.0.0953: get "no write since last change" error in terminal windowJan Edmund Lazo2019-06-13
* api: allow nvim_buf_attach from lua using callbacksBjörn Linse2019-06-04
* signs: fix crash in buf_addsign #10091Andrej Zieger2019-06-01
* lintAndrej Zieger2019-05-26
* Fixed ordering of signs to align vim and neovim behaviourAndrej Zieger2019-05-26
* vim-patch:8.1.0673: functionality for signs is spread out over several filesAndrej Zieger2019-05-26
* vim-patch:8.1.0658: deleting signs and completion for :sign is insufficientAndrej Zieger2019-05-26
* vim-patch:8.1.0644: finding next sign ID is inefficientAndrej Zieger2019-05-26
* vim-patch:8.1.0632: using sign group names is inefficientAndrej Zieger2019-05-26
* vim-patch:8.1.0614: placing signs can be complicatedAndrej Zieger2019-05-26
* vim-patch:8.0.1496: VIM_CLEAR()Justin M. Keyes2019-05-25
* vim-patch:8.0.1220: skipping empty statusline groups is not correctJan Edmund Lazo2019-05-24
* vim-patch:8.0.1208: 'statusline' drops empty group with highlight changeJan Edmund Lazo2019-05-24
* Merge #10049 'vim-patch:8.1.0293'Justin M. Keyes2019-05-22
* vim-patch:8.1.1046: the "secure" variable is used inconsistentlyJan Edmund Lazo2019-05-05
* vim-patch:8.1.0613: when executing an insecure function the secure flag is stuckJan Edmund Lazo2019-05-05
* vim-patch:8.0.0768: terminal window status shows "[Scratch]"Jan Edmund Lazo2019-04-23
* vim-patch:8.0.0776: function prototypes missing without the quickfix featureJan Edmund Lazo2019-04-14
* options: properly reset directories on 'autochdir' (#9894)Marco Hinz2019-04-13
* PVS/V595: pointer utilized before checking NULLJustin M. Keyes2019-04-12
* vim-patch:8.1.1134: buffer for quickfix window is reused for another fileMarco Hinz2019-04-08
* vim-patch:8.0.1763: :argedit does not reuse an empty unnamed bufferMarco Hinz2019-04-08
* 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