aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ascii.h
Commit message (Expand)AuthorAge
* refactor: fix headers with IWYUdundargoc2023-11-28
* refactor: replace manual header guards with #pragma oncedundargoc2023-11-12
* refactor: clang-tidy fixes to silence clangd warning (#20683)dundargoc2022-10-21
* refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc2022-05-25
* refactor: convert macros to all-caps (#17895)dundargoc2022-04-24
* refactor: uncrustify #16090dundargoc2021-10-29
* refactor: format all C files under nvim/ #15977dundargoc2021-10-12
* vim-patch:8.2.2309: 0o777 not recognized as octalSean Dewar2021-09-11
* Revert "tui: improve support for tmux, GNU Screen" (#14786)Érico Nogueira Rolim2021-06-30
* tui: improve support for tmux, GNU Screenerw72021-03-11
* vim-patch:8.2.2206: :exe command line completion only works for first argumentJan Edmund Lazo2020-12-25
* Revert "tui: improve support for GNU Screen (#12098)"erw72020-08-27
* tui: improve support for GNU Screen (#12098)erw72020-04-26
* vim-patch:8.1.2366: using old C style commentsJan Edmund Lazo2020-04-12
* build/MSVC: fix "C4028: formal parameter different from declaration"Justin M. Keyes2018-03-18
* keymap: Do not use vim_isIDc in keymap.cZyX2017-11-30
* ascii: Readd DEL_STR defineZyX2017-03-29
* eval: Move remaining get_tv_string* functions to eval/typval.cZyX2017-03-29
* *: Move some dictionary functions to typval.h and use char*ZyX2017-03-29
* Fix lint issuesJason Schulz2016-01-15
* Add support for binary numbersJason Schulz2016-01-15
* src/*: Remove `VIM - Vi improved ...` headerMichael Reed2015-11-27
* MSVC: include os/os_defs.h for `inline`. #3239Rui Abreu Ferreira2015-08-25
* Improve comments and fix ascii_* attributesFelipe Oliveira Carvalho2015-04-24
* Replace vim_isspace() with ascii_isspace() defined in ascii.hFelipe Oliveira Carvalho2015-04-24
* Replace vim_isxdigit() with to ascii_isxdigit() defined in ascii.hFelipe Oliveira Carvalho2015-04-24
* Replace VIM_ISDIGIT() and vim_isdigit() with ascii_isdigit() defined in ascii.hFelipe Oliveira Carvalho2015-04-24
* Replace vim_iswhite with ascii_iswhite() defined in ascii.hFelipe Oliveira Carvalho2015-04-24
* Remove EBCDIC: Remove IF_EB macrosPavel Platto2014-08-02
* Introduce nvim namespace: Fix define guards.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Move files.Eliseo Martínez2014-05-15