aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/buffer_defs.h
Commit message (Expand)AuthorAge
* vim-patch:9.1.0831: 'findexpr' can't be used as lambad or Funcref (#31058)zeertzjq2024-11-03
* vim-patch:9.1.0810: cannot easily adjust the |:find| commandzeertzjq2024-10-29
* refactor(options): option flags enum #30961Famiu Haque2024-10-28
* feat(float): allow enabling mouse for non-focusable window (#30844)zeertzjq2024-10-20
* refactor(api)!: rename Dictionary => DictJustin M. Keyes2024-09-23
* vim-patch:9.1.0679: Rename from w_closing to w_locked is incompletezeertzjq2024-08-17
* vim-patch:9.1.0678: [security]: use-after-free in alist_add()zeertzjq2024-08-17
* feat(diff): do not try external when out of memoryLewis Russell2024-08-15
* refactor(shada): rework msgpack decoding without msgpack-cbfredl2024-08-05
* vim-patch:9.1.0469: Cannot have buffer-local value for 'completeopt'zeertzjq2024-06-06
* vim-patch:9.1.0374: wrong botline in BufEnter (#28530)zeertzjq2024-04-27
* vim-patch:9.1.0231: Filetype may be undetected when SwapExists sets ft in oth...zeertzjq2024-04-01
* vim-patch:9.1.0147: Cannot keep a buffer focused in a windowColin Kennedy2024-03-11
* feat(extmark): window scoped extmarkaltermo2024-02-21
* refactor: rename w_float_config to w_config #27419Will Hopkins2024-02-10
* refactor: rename FloatConfig to WinConfig #27397Will Hopkins2024-02-09
* feat(api): make nvim_open_win support non-floating windows (#25550)Will Hopkins2024-02-01
* docs: enforce "treesitter" spelling #27110Jongwook Choi2024-01-28
* perf(extmarks): add metadata for efficient filtering of special decorationsbfredl2024-01-22
* fix(column): keep track of number of lines with number of signsLuuk van Baal2024-01-15
* refactor(IWYU): fix headersdundargoc2024-01-11
* refactor(options): use schar_T representation for fillchars and listcharsbfredl2024-01-08
* refactor: remove redundant struct namesdundargoc2024-01-02
* refactor: follow style guidedundargoc2023-12-24
* refactor(options): generate BV_ and WV_ constants (#26705)zeertzjq2023-12-22
* refactor(IWYU): move decor provider types to decoration_defs.h (#26692)zeertzjq2023-12-21
* refactor: eliminate cyclic includesdundargoc2023-12-20
* feat(ui): completeopt support popup like vimmathew2023-12-16
* perf(column): keep track of number of lines that hold up the 'signcolumn'Luuk van Baal2023-12-07
* refactor(IWYU): move marktree types to marktree_defs.h (#26402)zeertzjq2023-12-05
* refactor: move float_relative_str[] to nvim_win_get_config() (#26344)zeertzjq2023-12-01
* refactor: move extern variables out of _defs.h files (#26320)zeertzjq2023-11-30
* perf(column): only invalidate lines affected by added signLuuk van Baal2023-11-29
* refactor: fix headers with IWYUdundargoc2023-11-28
* refactor: move hashtab types to hashtab_defs.h (#26262)zeertzjq2023-11-28
* build(IWYU): fix includes for undo_defs.hdundargoc2023-11-27
* build: enable IWYU on macdundargoc2023-11-27
* refactor: move garray_T to garray_defs.h (#26227)zeertzjq2023-11-26
* refactor(sign): store 'signcolumn' width range when it is setLuuk van Baal2023-11-21
* Merge pull request #25724 from luukvbaal/signmergebfredl2023-11-18
|\
| * refactor(sign): move legacy signs to extmarksLuuk van Baal2023-11-17
* | refactor: remove B_SPELL macro (#26063)zeertzjq2023-11-16
|/
* refactor: replace manual header guards with #pragma oncedundargoc2023-11-12
* build(lint): remove unnecessary clint.py rulesdundargoc2023-10-23
* refactor: the long goodbyedundargoc2023-10-09
* refactor: the long goodbyedundargoc2023-10-03
* Merge pull request #25386 from glepnir/toggle_floatbfredl2023-09-30
|\
| * feat(float): support toggle show float windowglepnir2023-09-30
* | refactor: align set_chars_option() with Vim (#25438)zeertzjq2023-09-30
* | refactor: reorganize option header files (#25437)zeertzjq2023-09-30