aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/digraph.c
Commit message (Expand)AuthorAge
* 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
* Fix for pvs V782, pointer access to first element of arrayPeter Kalauskas2017-11-22
* vim-patch:8.0.0062Jurica Bradaric2017-07-25
* *: Add comment to all C filesZyX2017-04-19
* digraph: Fix errors due to has_mbyte and friends being fixedZyX2017-04-16
* digraph: Ignore false positiveZyX2017-04-16
* refactor: Remove allow_keys global (#6346)Matthew Malcomson2017-03-25
* refactor: eliminate misc2.cJustin M. Keyes2016-09-13
* Prevent endless loop in printdigraph(). (#5215)oni-link2016-08-11
* vim-patch:7.4.1552James McCoy2016-07-08
* Remove char_u: ex_docmd:do_cmdline_cmd()Michael Reed2015-05-13
* Replace VIM_ISDIGIT() and vim_isdigit() with ascii_isdigit() defined in ascii.hFelipe Oliveira Carvalho2015-04-24
* memory: Add `free` wrapper and refactor project to use itThiago de Arruda2015-04-13
* Enable -Wconversion: ui.c.Eliseo Martínez2015-02-18
* Cleanup: Rename getdigits() family functions.Eliseo Martínez2015-01-11
* Cleanup: Refactor getdigits().Eliseo Martínez2015-01-11
* Merge pull request #1497 from splinterofchaos/const-attrJustin M. Keyes2014-11-29
|\
| * strings: Enable -Wconvert.Scott Prager2014-11-27
* | Wconversion: Change long to int64_t in cursor_shape.c, digraph.c.Florian Walch2014-11-27
* | ui: Remove redundant ui.h includesThiago de Arruda2014-11-27