summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/buffer_defs.h
AgeCommit message (Expand)AuthorFiles
2024-10-28refactor(options): option flags enum #30961Famiu Haque1
2024-10-20feat(float): allow enabling mouse for non-focusable window (#30844)zeertzjq1
2024-09-23refactor(api)!: rename Dictionary => DictJustin M. Keyes1
2024-08-17vim-patch:9.1.0679: Rename from w_closing to w_locked is incompletezeertzjq1
2024-08-17vim-patch:9.1.0678: [security]: use-after-free in alist_add()zeertzjq1
2024-08-15feat(diff): do not try external when out of memoryLewis Russell1
2024-08-05refactor(shada): rework msgpack decoding without msgpack-cbfredl1
2024-06-06vim-patch:9.1.0469: Cannot have buffer-local value for 'completeopt'zeertzjq1
2024-04-27vim-patch:9.1.0374: wrong botline in BufEnter (#28530)zeertzjq1
2024-04-01vim-patch:9.1.0231: Filetype may be undetected when SwapExists sets ft in oth...zeertzjq1
2024-03-11vim-patch:9.1.0147: Cannot keep a buffer focused in a windowColin Kennedy1
2024-02-21feat(extmark): window scoped extmarkaltermo1
2024-02-10refactor: rename w_float_config to w_config #27419Will Hopkins1
2024-02-09refactor: rename FloatConfig to WinConfig #27397Will Hopkins1
2024-02-01feat(api): make nvim_open_win support non-floating windows (#25550)Will Hopkins1
2024-01-28docs: enforce "treesitter" spelling #27110Jongwook Choi1
2024-01-22perf(extmarks): add metadata for efficient filtering of special decorationsbfredl1
2024-01-15fix(column): keep track of number of lines with number of signsLuuk van Baal1
2024-01-11refactor(IWYU): fix headersdundargoc1
2024-01-08refactor(options): use schar_T representation for fillchars and listcharsbfredl1
2024-01-02refactor: remove redundant struct namesdundargoc1
2023-12-24refactor: follow style guidedundargoc1
2023-12-22refactor(options): generate BV_ and WV_ constants (#26705)zeertzjq1
2023-12-21refactor(IWYU): move decor provider types to decoration_defs.h (#26692)zeertzjq1
2023-12-20refactor: eliminate cyclic includesdundargoc1
2023-12-16feat(ui): completeopt support popup like vimmathew1
2023-12-07perf(column): keep track of number of lines that hold up the 'signcolumn'Luuk van Baal1
2023-12-05refactor(IWYU): move marktree types to marktree_defs.h (#26402)zeertzjq1
2023-12-01refactor: move float_relative_str[] to nvim_win_get_config() (#26344)zeertzjq1
2023-11-30refactor: move extern variables out of _defs.h files (#26320)zeertzjq1
2023-11-29perf(column): only invalidate lines affected by added signLuuk van Baal1
2023-11-28refactor: fix headers with IWYUdundargoc1
2023-11-28refactor: move hashtab types to hashtab_defs.h (#26262)zeertzjq1
2023-11-27build(IWYU): fix includes for undo_defs.hdundargoc1
2023-11-27build: enable IWYU on macdundargoc1
2023-11-26refactor: move garray_T to garray_defs.h (#26227)zeertzjq1
2023-11-21refactor(sign): store 'signcolumn' width range when it is setLuuk van Baal1
2023-11-18Merge pull request #25724 from luukvbaal/signmergebfredl1
2023-11-17refactor(sign): move legacy signs to extmarksLuuk van Baal1
2023-11-16refactor: remove B_SPELL macro (#26063)zeertzjq1
2023-11-12refactor: replace manual header guards with #pragma oncedundargoc1
2023-10-23build(lint): remove unnecessary clint.py rulesdundargoc1
2023-10-09refactor: the long goodbyedundargoc1
2023-10-03refactor: the long goodbyedundargoc1
2023-09-30Merge pull request #25386 from glepnir/toggle_floatbfredl1
2023-09-30feat(float): support toggle show float windowglepnir1
2023-09-30refactor: align set_chars_option() with Vim (#25438)zeertzjq1
2023-09-30refactor: reorganize option header files (#25437)zeertzjq1
2023-09-29refactor: remove longdundargoc1
2023-09-27vim-patch:8.2.3517: TextChanged does not trigger after TextChangedI (#25384)zeertzjq1