aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/buffer.c
Commit message (Expand)AuthorAge
* fix(terminal): coverity USE_AFTER_FREE #18978Justin M. Keyes2022-06-18
* vim-patch:8.2.1898: command modifier parsing always uses global cmdmodzeertzjq2022-06-14
* fix(buffer): disable buffer-updates before removing from window #18933zeertzjq2022-06-12
* refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc2022-05-25
* refactor: replace char_u variables and functions with charDundar Goc2022-05-16
* Merge pull request #18489 from dundargoc/refactor/remove-char_ubfredl2022-05-13
|\
| * refactor: replace char_u variables and functions with charDundar Goc2022-05-11
* | vim-patch:8.2.4938: crash when matching buffer with invalid patternzeertzjq2022-05-11
* | vim-patch:8.2.4901: NULL pointer access when using invalid patternzeertzjq2022-05-11
|/
* vim-patch:8.2.4929: off-by-one error in in statusline itemzeertzjq2022-05-10
* vim-patch:8.2.4911: the mode #defines are not clearly named (#18499)zeertzjq2022-05-10
* refactor: replace char_u variables and functions with charDundar Goc2022-05-09
* Merge pull request #18425 from dundargoc/refactor/char_u/1bfredl2022-05-07
|\
| * refactor: replace char_u variables and functions with charDundar Goc2022-05-07
* | build(clint): remove "function size is too large" warningDundar Goc2022-05-06
|/
* refactor: replace char_u variables and functions with charDundar Goc2022-05-04
* refactor: replace char_u variables and functions with charDundar Goc2022-05-03
* refactor: replace char_u variables and functions with charDundar Goc2022-04-30
* refactor(uncrustify): change rules to better align with the style guideDundar Goc2022-04-29
* refactor(build): remove unused includes #17078kylo2522022-04-26
* fix: show autocmd output when F is in shortmess (#18251)Gregory Anders2022-04-25
* refactor: convert macros to all-caps (#17895)dundargoc2022-04-24
* refactor: add pure attribute to pure functions (#18165)dundargoc2022-04-24
* vim-patch:8.2.4791: events triggered in different order when reusing bufferzeertzjq2022-04-21
* vim-patch:8.2.2476: using freed memory when splitting window while closing bu...zeertzjq2022-04-21
* vim-patch:8.1.1756: autocommand that splits window messes up window layoutzeertzjq2022-04-21
* chore: remove vestigial sfname freeing (#18123)Charlie Groves2022-04-16
* Merge pull request #18023 from tom-anders/vim-8.2.4702zeertzjq2022-04-09
|\
| * vim-patch:8.2.4702: C++ scope labels are hard-codedTom Praschan2022-04-09
* | vim-patch:8.2.0004: get E685 and E931 if buffer reload is interruptedzeertzjq2022-04-08
|/
* vim-patch:8.2.4631: crash when switching window in BufWipeout autocommandzeertzjq2022-03-27
* vim-patch:8.2.4327: may end up with no current bufferzeertzjq2022-03-26
* vim-patch:8.2.4281: using freed memory with :lopen and :bwipezeertzjq2022-03-26
* fix(float): do not switch window before deleting last listed buffer (#17840)zeertzjq2022-03-24
* fix(float): don't always switch window when deleting last listed buffer (#17836)zeertzjq2022-03-24
* fix(float): handle buffer deletion with floating windowszeertzjq2022-03-23
* Merge pull request #17694 from lewis6991/fix_signcolbfredl2022-03-18
|\
| * fix(signcol): always trigger a redrawLewis Russell2022-03-12
* | vim-patch:8.1.1693: syntax coloring and highlighting is in one big file (#17721)Lewis Russell2022-03-18
* | Merge pull request #17266 from famiu/feat/ui/global-statuslinebfredl2022-03-17
|\ \
| * | feat: add support for global statuslineFamiu Haque2022-03-18
* | | vim-patch:8.1.0877: new buffer used every time the quickfix window is openedJan Edmund Lazo2022-03-13
| |/ |/|
* | refactor: fix all clint warnings from buffer.cDundar Göc2022-03-11
* | refactor(signcol): smarter invalidation (#17533)Lewis Russell2022-03-06
* | feat(decorations): support signsLewis Russell2022-03-05
* | fix(signcol): handle edge case with maximum valueLewis Russell2022-02-24
* | Merge pull request #17403 from zeertzjq/vim-8.1.1955zeertzjq2022-02-21
|\ \
| * | vim-patch:8.2.0156: various typos in source files and testszeertzjq2022-02-14
| |/
* / vim-patch:8.2.4419: illegal memory access when using 20 highlightsSean Dewar2022-02-19
|/
* refactor(signs): more efficient signcol calcLewis Russell2022-02-12