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
/
charset.c
Commit message (
Expand
)
Author
Age
*
vim-patch:8.2.4402: missing parenthesis may cause unexpected problems
Brian Leung
2022-04-03
*
refactor: minimize variable scope and eliminate empty declarations
Dundar Göc
2022-03-13
*
refactor: fix clint warnings (#17682)
dundargoc
2022-03-13
*
vim-patch:8.2.3950: going beyond the end of the line with /\%V
zeertzjq
2022-03-10
*
refactor: fix clang-tidy bugprone-signed-char-misuse warnings
Dundar Göc
2022-03-04
*
vim-patch:8.2.0156: various typos in source files and tests
zeertzjq
2022-02-14
*
vim-patch:8.2.4273: the EBCDIC support is outdated
zeertzjq
2022-02-01
*
refactor(misc1): move out high-level input functions to a new file: input.c
Björn Linse
2021-12-10
*
vim-patch:8.2.3522: cannot use \x and \u when setting 'listchars' (#16049)
zeertzjq
2021-11-17
*
refactor(multibyte): eliminate mb_ptr2len alias for utfc_ptr2len
Björn Linse
2021-11-14
*
refactor: saner options for uncrustify #16196
dundargoc
2021-10-31
*
refactor: remove redundant char casts #15888
dundargoc
2021-10-04
*
feat(decorations): support virtual lines (for now: only one block at a time)
Björn Linse
2021-09-26
*
refactor: reformat with uncrustify #15736
dundargoc
2021-09-20
*
refactor: format with uncrustify #15722
dundargoc
2021-09-19
*
fix(:source, nvim_exec): handle Vimscript line continuations #14809
Sean Dewar
2021-09-14
*
vim-patch:8.2.2309: 0o777 not recognized as octal
Sean Dewar
2021-09-11
*
vim-patch:8.2.0886: cannot use octal numbers in scriptversion 4
Sean Dewar
2021-09-11
*
vim-patch:8.1.2036: the str2nr() tests fail
Sean Dewar
2021-09-11
*
vim-patch:8.1.1355: obvious mistakes are accepted as valid expressions
Sean Dewar
2021-09-11
*
vim-patch:8.1.2281: 'showbreak' cannot be set for one window
Sean Dewar
2021-09-10
*
refactor(plines): move horizontal size functions to plines.c
Björn Linse
2021-08-11
*
refactor(plines): what is basic compiler optimizations?
Björn Linse
2021-08-10
*
refactor(plines): remove implicit curwin chartabsize() function
Björn Linse
2021-08-10
*
vim-patch:8.1.0105: all tab stops are the same
VVKot
2021-03-28
*
pos: define MAXCOL to INT_MAX
Jan Edmund Lazo
2021-02-23
*
Use abort() instead of assert(false) for things that should never happen
James McCoy
2021-01-31
*
unused macros: Remove a five unused macros. (#13517)
Edwin Pujols
2020-12-11
*
vim-patch:8.2.0943: displaying ^M or ^J depends on current buffer
Jan Edmund Lazo
2020-10-18
*
vim-patch:8.1.0939: no completion for sign group names
Jan Edmund Lazo
2020-03-01
*
spell: towupper(),towlower() are not called
Jan Edmund Lazo
2020-01-26
*
charset: fix pvs/v1048
Jan Edmund Lazo
2019-12-22
*
getdigits: introduce `strict`, `def` parameters
Justin M. Keyes
2019-09-13
*
rename: getdigits_safe => try_getdigits
Justin M. Keyes
2019-09-13
*
vim-patch:8.1.1897: may free memory twice when out of memory (#10827)
Jan Edmund Lazo
2019-08-22
*
vim-patch:8.1.1411: fix divide by zero #10073
Jan Edmund Lazo
2019-05-28
*
vim-patch:8.1.0048: vim_str2nr() on numbers close to max #9744
Jan Edmund Lazo
2019-03-17
*
vim-patch:8.1.0932: remove Farsi support (#9622)
Justin M. Keyes
2019-02-17
*
Merge #9539 "options: make 'listchars' and 'fillchars' local to window"
Marco Hinz
2019-01-28
|
\
|
*
linter: fix issues
Marco Hinz
2019-01-26
|
*
options: make 'fillchars'/'listchars' local to window
Marco Hinz
2019-01-26
*
|
window/ui: reorganize size variables, fix terminal window size with multigrid.
Björn Linse
2019-01-27
|
/
*
multigrid: Fix lint errors
Utkarsh Maheshwari
2018-12-31
*
multigrid: Allow UIs to set grid size different from window size
Utkarsh Maheshwari
2018-12-31
*
vim-patch:8.0.1041: bogus characters when indenting during visual-block append
Jan Edmund Lazo
2018-08-23
*
Remove all occurences of the mb_ptr2char macro
ZviRackover
2018-08-06
*
vim-patch:8.0.1765: CTRL-G j in Insert mode is incorrect when 'virtualedit' s...
Jan Edmund Lazo
2018-07-23
*
transstr_buf: fix length comparison #8681
Michael Hoffmann
2018-07-10
*
test: port kword_test to Lua for utf_char2bytes()
Jan Edmund Lazo
2018-07-01
*
vim-patch:8.0.0252: not properly recognizing word characters between 128 and 255
Jan Edmund Lazo
2018-07-01
[next]