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
/
ascii.h
Commit message (
Expand
)
Author
Age
*
refactor: fix headers with IWYU
dundargoc
2023-11-28
*
refactor: replace manual header guards with #pragma once
dundargoc
2023-11-12
*
refactor: clang-tidy fixes to silence clangd warning (#20683)
dundargoc
2022-10-21
*
refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)
dundargoc
2022-05-25
*
refactor: convert macros to all-caps (#17895)
dundargoc
2022-04-24
*
refactor: uncrustify #16090
dundargoc
2021-10-29
*
refactor: format all C files under nvim/ #15977
dundargoc
2021-10-12
*
vim-patch:8.2.2309: 0o777 not recognized as octal
Sean Dewar
2021-09-11
*
Revert "tui: improve support for tmux, GNU Screen" (#14786)
Érico Nogueira Rolim
2021-06-30
*
tui: improve support for tmux, GNU Screen
erw7
2021-03-11
*
vim-patch:8.2.2206: :exe command line completion only works for first argument
Jan Edmund Lazo
2020-12-25
*
Revert "tui: improve support for GNU Screen (#12098)"
erw7
2020-08-27
*
tui: improve support for GNU Screen (#12098)
erw7
2020-04-26
*
vim-patch:8.1.2366: using old C style comments
Jan Edmund Lazo
2020-04-12
*
build/MSVC: fix "C4028: formal parameter different from declaration"
Justin M. Keyes
2018-03-18
*
keymap: Do not use vim_isIDc in keymap.c
ZyX
2017-11-30
*
ascii: Readd DEL_STR define
ZyX
2017-03-29
*
eval: Move remaining get_tv_string* functions to eval/typval.c
ZyX
2017-03-29
*
*: Move some dictionary functions to typval.h and use char*
ZyX
2017-03-29
*
Fix lint issues
Jason Schulz
2016-01-15
*
Add support for binary numbers
Jason Schulz
2016-01-15
*
src/*: Remove `VIM - Vi improved ...` header
Michael Reed
2015-11-27
*
MSVC: include os/os_defs.h for `inline`. #3239
Rui Abreu Ferreira
2015-08-25
*
Improve comments and fix ascii_* attributes
Felipe Oliveira Carvalho
2015-04-24
*
Replace vim_isspace() with ascii_isspace() defined in ascii.h
Felipe Oliveira Carvalho
2015-04-24
*
Replace vim_isxdigit() with to ascii_isxdigit() defined in ascii.h
Felipe Oliveira Carvalho
2015-04-24
*
Replace VIM_ISDIGIT() and vim_isdigit() with ascii_isdigit() defined in ascii.h
Felipe Oliveira Carvalho
2015-04-24
*
Replace vim_iswhite with ascii_iswhite() defined in ascii.h
Felipe Oliveira Carvalho
2015-04-24
*
Remove EBCDIC: Remove IF_EB macros
Pavel Platto
2014-08-02
*
Introduce nvim namespace: Fix define guards.
Eliseo Martínez
2014-05-15
*
Introduce nvim namespace: Move files.
Eliseo Martínez
2014-05-15