aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/cursor_shape.c
Commit message (Expand)AuthorAge
* 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
* tui: 'guicursor' shape #6044Matthieu Coudron2017-04-01
* refactor: eliminate misc2.cJustin M. Keyes2016-09-13
* Fix lint errors #3204Steven Oliver2015-08-20
* Replace VIM_ISDIGIT() and vim_isdigit() with ascii_isdigit() defined in ascii.hFelipe Oliveira Carvalho2015-04-24
* Cleanup: Rename getdigits() family functions.Eliseo Martínez2015-01-11
* Cleanup: Refactor getdigits().Eliseo Martínez2015-01-11
* Wconversion: Change long to int64_t in cursor_shape.c, digraph.c.Florian Walch2014-11-27
* Wconversion: Fix warnings in cursor_shape.c.Florian Walch2014-11-19
* Fix warnings: cursor_shape.c: parse_shape_opt(): Garbage value: FP.Eliseo Martínez2014-11-06
* move ascii.h include out of vim.hBrandon Coleman2014-07-09
* Introduce nvim namespace: Fix unmasked strings.h issue.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Fix project-local includes.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Move files.Eliseo Martínez2014-05-15