aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/digraph.c
Commit message (Expand)AuthorAge
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* build(lint): remove clint.py rules for braces #20880dundargoc2022-11-01
* vim-patch:9.0.0576: unused loop variables (#20326)dundargoc2022-09-25
* refactor: replace char_u with charDundar Göc2022-09-11
* refactor: replace char_u with charDundar Göc2022-09-06
* refactor: replace char_u with charDundar Göc2022-09-01
* refactor: replace char_u with char 4 (#19987)dundargoc2022-08-30
* perf(api): allow to use an arena for return valuesbfredl2022-08-23
* vim-patch:8.1.2057: the screen.c file is much too bigLewis Russell2022-08-19
* refactor: remove some unused includes (#19740)zeertzjq2022-08-12
* vim-patch:8.2.5106: default cmdwin mappings are re-mappablezeertzjq2022-08-01
* refactor: replace char_u with charDundar Goc2022-07-31
* refactor: replace char_uDundar Goc2022-07-02
* refactor: replace char_u #18429dundargoc2022-06-28
* refactor: move some mapping-related code to a separate file (#19061)zeertzjq2022-06-23
* 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
* refactor: replace char_u variables and functions with charDundar Goc2022-05-11
* 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-09
* refactor: replace char_u variables and functions with charDundar Goc2022-05-05
* refactor(uncrustify): format all c code under /src/nvim/Dundar Goc2022-04-29
* revert: "refactor: Remove allow_keys global (#6346)"zeertzjq2022-04-29
* refactor: add pure attribute to pure functionsDundar Göc2022-04-13
* refactor(digraph.c): add more const qualifierszeertzjq2022-04-12
* vim-patch:8.2.3226: new digraph functions use old naming schemezeertzjq2022-04-12
* vim-patch:8.2.3184: cannot add a digraph with a leading spacezeertzjq2022-04-12
* refactor: minimize variable scope and eliminate empty declarationsDundar Göc2022-03-13
* refactor: fix clint warnings (#17682)dundargoc2022-03-13
* refactor(misc1): move out high-level input functions to a new file: input.cBjörn Linse2021-12-10
* vim-patch:8.1.0743: giving error messages is not flexibleJames McCoy2021-11-01
* refactor: reduce number of unique char castsDundar Göc2021-10-13
* refactor: reformat with uncrustify #15736dundargoc2021-09-20
* refactor: format with uncrustify #15726dundargoc2021-09-20
* refactor: replace TRUE/FALSE macros with C99 true/falseDundar Göc2021-07-25
* vim-patch:8.2.1635: no digraph for 0x2022 BULLET #12876Jan Edmund Lazo2020-09-08
* vim-patch:8.1.1588: in :let-heredoc line continuation is recognizedJurica Bradaric2019-10-07
* vim-patch:8.1.0586: :digraph output is not easy to readJan Edmund Lazo2019-10-06
* vim-patch:8.1.0059: displayed digraph for "ga" wrong with 'encoding' "cp1251"Jan Edmund Lazo2019-10-06
* getdigits: introduce `strict`, `def` parametersJustin M. Keyes2019-09-13
* Remove excess <stdint.h>Jan Edmund Lazo2019-09-11
* vim-patch:8.1.1923: some source files are not in a normal encoding (#10852)Daniel Hahler2019-08-26
* refactor: enable -Wconversion for ex_getln.cBjörn Linse2019-07-19
* :digraphs : check for CTRL-C less often #10376Justin M. Keyes2019-06-30
* vim-patch:8.0.1553: find digraph to insert a character #8190lokesh11972018-10-30
* ui: disable clearing almost everywhereBjörn Linse2018-10-22
* Merge pull request #8945 from ZviRackover/fix-7401-step5Björn Linse2018-09-11
|\
| * Refactor: Remove occurences of mb_char2bytesZviRackover2018-09-09
* | digraph: delete code that checks enc_utf8Jan Edmund Lazo2018-09-08
* | digraph: refactor code that checks has_mbyteJan Edmund Lazo2018-09-08