index
:
rneovim.git
20220114-mix
20230125_mix
20231130_mix
aucmd_textputpost
colorcolchar
fix_20726
fix_repeatcmdline
fix_semantic_tokens
fix_semantic_tokens_pull
floattitle
master
mix
mix_20240309
newfeatures
rahm
tmp
usermarks
userreg
userregs_2
Neovim fork with Rahm's personal hacks.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nvim
/
digraph.c
Commit message (
Expand
)
Author
Age
*
refactor(misc1): move out high-level input functions to a new file: input.c
Björn Linse
2021-12-10
*
vim-patch:8.1.0743: giving error messages is not flexible
James McCoy
2021-11-01
*
refactor: reduce number of unique char casts
Dundar Göc
2021-10-13
*
refactor: reformat with uncrustify #15736
dundargoc
2021-09-20
*
refactor: format with uncrustify #15726
dundargoc
2021-09-20
*
refactor: replace TRUE/FALSE macros with C99 true/false
Dundar Göc
2021-07-25
*
vim-patch:8.2.1635: no digraph for 0x2022 BULLET #12876
Jan Edmund Lazo
2020-09-08
*
vim-patch:8.1.1588: in :let-heredoc line continuation is recognized
Jurica Bradaric
2019-10-07
*
vim-patch:8.1.0586: :digraph output is not easy to read
Jan Edmund Lazo
2019-10-06
*
vim-patch:8.1.0059: displayed digraph for "ga" wrong with 'encoding' "cp1251"
Jan Edmund Lazo
2019-10-06
*
getdigits: introduce `strict`, `def` parameters
Justin M. Keyes
2019-09-13
*
Remove excess <stdint.h>
Jan Edmund Lazo
2019-09-11
*
vim-patch:8.1.1923: some source files are not in a normal encoding (#10852)
Daniel Hahler
2019-08-26
*
refactor: enable -Wconversion for ex_getln.c
Björn Linse
2019-07-19
*
:digraphs : check for CTRL-C less often #10376
Justin M. Keyes
2019-06-30
*
vim-patch:8.0.1553: find digraph to insert a character #8190
lokesh1197
2018-10-30
*
ui: disable clearing almost everywhere
Björn Linse
2018-10-22
*
Merge pull request #8945 from ZviRackover/fix-7401-step5
Björn Linse
2018-09-11
|
\
|
*
Refactor: Remove occurences of mb_char2bytes
ZviRackover
2018-09-09
*
|
digraph: delete code that checks enc_utf8
Jan Edmund Lazo
2018-09-08
*
|
digraph: refactor code that checks has_mbyte
Jan Edmund Lazo
2018-09-08
*
|
vim-patch:8.0.0749: some unicode digraphs are hard to remember
Jan Edmund Lazo
2018-09-08
|
/
*
Remove all occurences of the mb_ptr2char macro
ZviRackover
2018-08-06
*
vim-patch:8.0.0466: still macros that should be all-caps (#8510)
Jan Edmund Lazo
2018-06-10
*
Merge #5658 'Apply :lmap in macros'
Justin M. Keyes
2018-05-17
|
\
|
*
clint
Matthew Malcomson
2018-03-14
|
*
'keymap' now uses :lmap instead of :lnoremap
Matthew Malcomson
2018-03-14
*
|
:digraphs : highlight with hl-SpecialKey #2690
Jakson Alves de Aquino
2018-05-01
|
/
*
free_buf_options(): free buf_T.b_kmap_ga
Justin M. Keyes
2018-01-20
*
Fix for pvs V782, pointer access to first element of array
Peter Kalauskas
2017-11-22
*
vim-patch:8.0.0062
Jurica Bradaric
2017-07-25
*
*: Add comment to all C files
ZyX
2017-04-19
*
digraph: Fix errors due to has_mbyte and friends being fixed
ZyX
2017-04-16
*
digraph: Ignore false positive
ZyX
2017-04-16
*
refactor: Remove allow_keys global (#6346)
Matthew Malcomson
2017-03-25
*
refactor: eliminate misc2.c
Justin M. Keyes
2016-09-13
*
Prevent endless loop in printdigraph(). (#5215)
oni-link
2016-08-11
*
vim-patch:7.4.1552
James McCoy
2016-07-08
*
Remove char_u: ex_docmd:do_cmdline_cmd()
Michael Reed
2015-05-13
*
Replace VIM_ISDIGIT() and vim_isdigit() with ascii_isdigit() defined in ascii.h
Felipe Oliveira Carvalho
2015-04-24
*
memory: Add `free` wrapper and refactor project to use it
Thiago de Arruda
2015-04-13
*
Enable -Wconversion: ui.c.
Eliseo Martínez
2015-02-18
*
Cleanup: Rename getdigits() family functions.
Eliseo Martínez
2015-01-11
*
Cleanup: Refactor getdigits().
Eliseo Martínez
2015-01-11
*
Merge pull request #1497 from splinterofchaos/const-attr
Justin M. Keyes
2014-11-29
|
\
|
*
strings: Enable -Wconvert.
Scott Prager
2014-11-27
*
|
Wconversion: Change long to int64_t in cursor_shape.c, digraph.c.
Florian Walch
2014-11-27
*
|
ui: Remove redundant ui.h includes
Thiago de Arruda
2014-11-27
*
|
ui: Remove ui_delay, ui_breakcheck and ui_set_shellsize
Thiago de Arruda
2014-11-27
|
/
*
Wconversion: Fix warnings in digraph.c.
Florian Walch
2014-11-19
[next]