aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/digraph.c
Commit message (Expand)AuthorAge
* 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
* | ui: Remove ui_delay, ui_breakcheck and ui_set_shellsizeThiago de Arruda2014-11-27
|/
* Wconversion: Fix warnings in digraph.c.Florian Walch2014-11-19
* vim-patch:7.4.335 #1061André Twupack2014-08-14
* Include stdbool.h in some files which use itPavel Platto2014-07-11
* move <inttypes.h> include out of vim.hBrandon Coleman2014-07-09
* move ascii.h include out of vim.hBrandon Coleman2014-07-09
* Replaced most TRUE/FALSE macros in arabic, mbyte and spell. #645Klemen Košir2014-07-08
* Introduce ga_append_via_ptr() and GA_APPEND_VIA_PTR()Felipe Oliveira Carvalho2014-06-30
* Declare garray iterators in the for() scope where possible #819Felipe Oliveira Carvalho2014-06-10
* Add automatic generation of headersZyX2014-06-02
* Replace alloc() with xmalloc() and remove immediate OOM checksFelipe Oliveira Carvalho2014-05-19
* Remove NULL/non-NULL tests after calls to vim_str(n)save()Felipe Oliveira Carvalho2014-05-19
* 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