aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/buffer.c
Commit message (Expand)AuthorAge
* vim-patch:8.1.0989: various small code uglinessJan Edmund Lazo2021-03-29
* vim-patch:8.1.0936: may leak memory when using 'vartabstop'VVKot2021-03-28
* vim-patch:8.1.0105: all tab stops are the sameVVKot2021-03-28
* vim-patch:8.2.0064: diffmode completion doesn't use per-window settingJan Edmund Lazo2021-02-13
* vim-patch:8.2.0054: :diffget and :diffput don't have good completionJan Edmund Lazo2021-02-13
* vim-patch:8.2.1904: still using default option values after using ":badd +1"Jan Edmund Lazo2021-02-13
* buffer updates: add on_reload callback and handle it in treesitter parserBjörn Linse2021-02-10
* eval: use char* for set_internal_string_var()Jan Edmund Lazo2021-02-07
* option: use char* for set_string_option_direct()Jan Edmund Lazo2021-02-07
* Merge pull request #13702 from erw7/fix-build_stl_str_hlerw72021-02-06
|\
| * buffer.c: remove useless 'for' loops.erw72021-01-09
| * buffer.c: fix problem of memory allocationerw72021-01-05
* | Use abort() instead of assert(false) for things that should never happenJames McCoy2021-01-31
|/
* vim-patch:8.1.1667: flags for Ex commands may clash with other symbolsJan Edmund Lazo2021-01-02
* vim-patch:8.2.2231: when "--remote file" is used "file" is not reloadedJan Edmund Lazo2020-12-27
* feat(sign):Allow signs to be 0 width (#13290)Lukas Reineke2020-12-24
* vim-patch:8.2.0116: BufEnter autocmd not triggered on ":tab drop"Jan Edmund Lazo2020-12-23
* vim-patch:8.1.0470: pointer ownership around fname_expand() is unclearJan Edmund Lazo2020-12-19
* vim-patch:8.0.1525: using :wqa exits even if a job runs in a terminal windowJan Edmund Lazo2020-12-01
* vim-patch:8.0.0953: get "no write since last change" error in terminal windowJan Edmund Lazo2020-12-01
* refactor: pass window to was_set_insecurelyMatthieu Coudron2020-11-23
* vim-patch:8.1.0805: too many #ifdefsJan Edmund Lazo2020-11-12
* vim-patch:8.2.1959: crash when terminal buffer name is made emptyJan Edmund Lazo2020-11-06
* vim-patch:8.1.0268: file type checking has too many #ifdef (#13182)tamago3242020-11-06
* Merge pull request #12870 from bfredl/themeparkBjörn Linse2020-11-01
|\
| * api: add API for themesBjörn Linse2020-11-01
* | vim-patch:8.2.1909: number of status line items is limited to 80Rom Grk2020-10-31
|/
* Revert "vim-patch:8.1.0877: new buffer used every time the quickfix window is...Jan Edmund Lazo2020-10-20
* vim-patch:8.1.0877: new buffer used every time the quickfix window is openedJan Edmund Lazo2020-10-10
* folds: pass column on fold creationMatthieu Coudron2020-09-28
* vim-patch:8.2.0953: spell checking doesn't work for CamelCased wordsThomas Vigouroux2020-09-24
* vim-patch:8.1.2267: compiler warning for uninitialized variableJan Edmund Lazo2020-08-18
* vim-patch:8.2.1259: empty group in 'tabline' may cause using an invalid pointerJan Edmund Lazo2020-08-02
* vim-patch:8.1.1372: when evaluating 'statusline' the current window is unknownJan Edmund Lazo2020-07-04
* vim-patch:8.2.0966: 'shortmess' flag "n" not used in two placesJan Edmund Lazo2020-06-18
* vim-patch:8.1.1895: using NULL pointer when out of memoryJan Edmund Lazo2020-06-04
* vim-patch:8.1.2225: the "last used" info of a buffer is under usedRob Pilling2020-04-21
* vim-patch:8.0.1651: cannot filter :ls output for terminal buffersRob Pilling2020-04-19
* vim-patch:7.4.1988Rob Pilling2020-04-19
* vim-patch:8.2.0464: typos and other small problemsJan Edmund Lazo2020-04-13
* vim-patch:8.1.0786: ml_get error when updating the status lineJan Edmund Lazo2020-02-16
* vim-patch:8.1.0069: cannot handle pressing CTRL-C in a prompt buffererw72020-02-12
* vim-patch:8.1.0036: not restoring Insert mode if leaving prompt buffer with m...erw72020-02-12
* vim-patch:8.1.0027: difficult to make a plugin that feeds a line to a joberw72020-02-12
* vim-patch:8.2.0235: draw error when an empty group is removed from 'statusline'Björn Linse2020-02-09
* vim-patch:8.1.0061: fix resetting, setting 'title' #11733Billy SU2020-01-21
* shed biking: it's always extmarks, never marks extendedBjörn Linse2020-01-20
* extmarks/bufhl: reimplement using new marktree data structureBjörn Linse2020-01-16
* vim-patch:8.1.2363: ml_get error when accessing Visual area in 'statusline'Jan Edmund Lazo2019-11-30
* Improve terminal close error message formatting (#11434)Ashkan Kiani2019-11-24
|\