aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/digraph.c
Commit message (Expand)AuthorAge
* 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
* | vim-patch:8.0.0749: some unicode digraphs are hard to rememberJan Edmund Lazo2018-09-08
|/
* Remove all occurences of the mb_ptr2char macroZviRackover2018-08-06
* vim-patch:8.0.0466: still macros that should be all-caps (#8510)Jan Edmund Lazo2018-06-10
* Merge #5658 'Apply :lmap in macros'Justin M. Keyes2018-05-17
|\
| * clintMatthew Malcomson2018-03-14
| * 'keymap' now uses :lmap instead of :lnoremapMatthew Malcomson2018-03-14
* | :digraphs : highlight with hl-SpecialKey #2690Jakson Alves de Aquino2018-05-01
|/
* free_buf_options(): free buf_T.b_kmap_gaJustin M. Keyes2018-01-20