aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/cursor_shape.c
Commit message (Expand)AuthorAge
* refactor: move function macros out of vim_defs.h (#26300)zeertzjq2023-11-29
* refactor: move some constants out of vim_defs.h (#26298)zeertzjq2023-11-29
* refactor: fix headers with IWYUdundargoc2023-11-28
* build(IWYU): fix includes for func_attr.hdundargoc2023-11-27
* refactor: move Arena and ArenaMem to memory_defs.h (#26240)zeertzjq2023-11-27
* refactor: follow style guidedundargoc2023-11-13
* build: remove PVSdundargoc2023-11-12
* refactor: the long goodbyedundargoc2023-11-05
* refactor: the long goodbyedundargoc2023-10-03
* refactor: reorganize option header files (#25437)zeertzjq2023-09-30
* refactor(api): new helper macrosFamiu Haque2023-05-23
* vim-patch:8.2.4890: inconsistent capitalization in error messageszeertzjq2023-05-05
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* build(lint): remove clint.py rules for braces #20880dundargoc2022-11-01
* refactor: replace char_u with charDundar Göc2022-09-11
* refactor: replace char_u with charDundar Göc2022-08-26
* docs: fix typos (#19588)dundargoc2022-08-03
* refactor: replace char_uDundar Goc2022-07-02
* perf(ui): remove spurious allocations from mode_style_array()bfredl2022-06-21
* 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
* 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-04
* refactor(uncrustify): change rules to better align with the style guideDundar Goc2022-04-29
* refactor: add pure attribute to pure functionsDundar Göc2022-04-13
* vim-patch:8.1.1693: syntax coloring and highlighting is in one big file (#17721)Lewis Russell2022-03-18
* refactor: minimize variable scope and eliminate empty declarationsDundar Göc2022-03-13
* refactor: fix clint warnings (#17682)dundargoc2022-03-13
* refactor: saner options for uncrustify (#16204)dundargoc2021-11-19
* vim-patch:8.1.0743: giving error messages is not flexibleJames McCoy2021-11-01
* refactor: reduce number of unique char casts (#15995)dundargoc2021-10-12
* refactor: format with uncrustify #15722dundargoc2021-09-19
* UI: fix cursor not displayed after hiding and un-hiding #12811erw72020-09-12
* lintJustin M. Keyes2019-09-13
* getdigits: introduce `strict`, `def` parametersJustin M. Keyes2019-09-13
* fixup! cursor_shape: check if modep is nonnullJan Edmund Lazo2019-09-11
* cursor_shape: check if modep is nonnullJan Edmund Lazo2019-09-10
* clang/"Assigned garbage": parse_shape_optJustin M. Keyes2019-01-13
* Visual: highlight char-at-cursorJustin M. Keyes2019-01-04
* cursor_shape: use attribute ids instead of syntax idsBjörn Linse2018-08-13
* vim-patch:8.0.0357: crash when setting 'guicursor' to weird value (#8161)KunMing Xie2018-03-22
* log: Always enable; remove DISABLE_LOGJustin M. Keyes2017-06-07
* 'guicursor': No color/blink by defaultJustin M. Keyes2017-04-30
* Merge #6539 'More cursor shape modes'Justin M. Keyes2017-04-21
|\
| * ui: use an array for mode stylesBjörn Linse2017-04-21
| * ui: support more cursor shape modesBjörn Linse2017-04-21
* | *: Add comment to all C filesZyX2017-04-19
|/
* 'guicursor': enabled=false if 'guicursor' is emptyJustin M. Keyes2017-04-04
* api/cursor_style_set: mode descriptionsJustin M. Keyes2017-04-01
* 'guicursor': Empty means "block cursor in all modes".Justin M. Keyes2017-04-01