summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/cursor_shape.c
AgeCommit message (Expand)AuthorFiles
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2024-12-17feat(terminal)!: cursor shape and blink (#31562)Gregory Anders1
2024-09-23refactor(api)!: rename Dictionary => DictJustin M. Keyes1
2024-01-11refactor(IWYU): fix headersdundargoc1
2023-12-30refactor: follow style guidedundargoc1
2023-12-19refactor: use `bool` to represent boolean valuesdundargoc1
2023-11-30build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq1
2023-11-29refactor: move function macros out of vim_defs.h (#26300)zeertzjq1
2023-11-29refactor: move some constants out of vim_defs.h (#26298)zeertzjq1
2023-11-28refactor: fix headers with IWYUdundargoc1
2023-11-27build(IWYU): fix includes for func_attr.hdundargoc1
2023-11-27refactor: move Arena and ArenaMem to memory_defs.h (#26240)zeertzjq1
2023-11-13refactor: follow style guidedundargoc1
2023-11-12build: remove PVSdundargoc1
2023-11-05refactor: the long goodbyedundargoc1
2023-10-03refactor: the long goodbyedundargoc1
2023-09-30refactor: reorganize option header files (#25437)zeertzjq1
2023-05-23refactor(api): new helper macrosFamiu Haque1
2023-05-05vim-patch:8.2.4890: inconsistent capitalization in error messageszeertzjq1
2022-11-15build: allow IWYU to fix includes for all .c filesdundargoc1
2022-11-01build(lint): remove clint.py rules for braces #20880dundargoc1
2022-09-11refactor: replace char_u with charDundar Göc1
2022-08-26refactor: replace char_u with charDundar Göc1
2022-08-03docs: fix typos (#19588)dundargoc1
2022-07-02refactor: replace char_uDundar Goc1
2022-06-21perf(ui): remove spurious allocations from mode_style_array()bfredl1
2022-05-25refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc1
2022-05-16refactor: replace char_u variables and functions with charDundar Goc1
2022-05-10vim-patch:8.2.4911: the mode #defines are not clearly named (#18499)zeertzjq1
2022-05-04refactor: replace char_u variables and functions with charDundar Goc1
2022-04-29refactor(uncrustify): change rules to better align with the style guideDundar Goc1
2022-04-13refactor: add pure attribute to pure functionsDundar Göc1
2022-03-18vim-patch:8.1.1693: syntax coloring and highlighting is in one big file (#17721)Lewis Russell1
2022-03-13refactor: minimize variable scope and eliminate empty declarationsDundar Göc1
2022-03-13refactor: fix clint warnings (#17682)dundargoc1
2021-11-19refactor: saner options for uncrustify (#16204)dundargoc1
2021-11-01vim-patch:8.1.0743: giving error messages is not flexibleJames McCoy1
2021-10-12refactor: reduce number of unique char casts (#15995)dundargoc1
2021-09-19refactor: format with uncrustify #15722dundargoc1
2020-09-12UI: fix cursor not displayed after hiding and un-hiding #12811erw71
2019-09-13lintJustin M. Keyes1
2019-09-13getdigits: introduce `strict`, `def` parametersJustin M. Keyes1
2019-09-11fixup! cursor_shape: check if modep is nonnullJan Edmund Lazo1
2019-09-10cursor_shape: check if modep is nonnullJan Edmund Lazo1
2019-01-13clang/"Assigned garbage": parse_shape_optJustin M. Keyes1
2019-01-04Visual: highlight char-at-cursorJustin M. Keyes1
2018-08-13cursor_shape: use attribute ids instead of syntax idsBjörn Linse1
2018-03-22vim-patch:8.0.0357: crash when setting 'guicursor' to weird value (#8161)KunMing Xie1
2017-06-07log: Always enable; remove DISABLE_LOGJustin M. Keyes1
2017-04-30'guicursor': No color/blink by defaultJustin M. Keyes1