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: 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
*
vim-patch:7.4.335 #1061
André Twupack
2014-08-14
*
Include stdbool.h in some files which use it
Pavel Platto
2014-07-11
*
move <inttypes.h> include out of vim.h
Brandon Coleman
2014-07-09
*
move ascii.h include out of vim.h
Brandon Coleman
2014-07-09
*
Replaced most TRUE/FALSE macros in arabic, mbyte and spell. #645
Klemen Košir
2014-07-08
*
Introduce ga_append_via_ptr() and GA_APPEND_VIA_PTR()
Felipe Oliveira Carvalho
2014-06-30
*
Declare garray iterators in the for() scope where possible #819
Felipe Oliveira Carvalho
2014-06-10
*
Add automatic generation of headers
ZyX
2014-06-02
*
Replace alloc() with xmalloc() and remove immediate OOM checks
Felipe Oliveira Carvalho
2014-05-19
*
Remove NULL/non-NULL tests after calls to vim_str(n)save()
Felipe Oliveira Carvalho
2014-05-19
*
Introduce nvim namespace: Fix unmasked strings.h issue.
Eliseo Martínez
2014-05-15
*
Introduce nvim namespace: Fix project-local includes.
Eliseo Martínez
2014-05-15
*
Introduce nvim namespace: Move files.
Eliseo Martínez
2014-05-15