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
Commit message (
Expand
)
Author
Age
...
|
*
|
|
lint/sync: open_line
Daniel Hahler
2019-08-07
|
*
|
|
move open_line
Daniel Hahler
2019-08-07
|
*
|
|
move copy_indent (from nvim's indent.c)
Daniel Hahler
2019-08-07
|
*
|
|
move del_bytes
Daniel Hahler
2019-08-07
|
*
|
|
move del_char, del_chars
Daniel Hahler
2019-08-07
|
*
|
|
move ins_str
Daniel Hahler
2019-08-07
|
*
|
|
move ins_char_bytes
Daniel Hahler
2019-08-07
|
*
|
|
move ins_bytes, ins_bytes_len
Daniel Hahler
2019-08-07
|
*
|
|
move unchanged
Daniel Hahler
2019-08-07
|
*
|
|
move changed_lines
Daniel Hahler
2019-08-07
|
*
|
|
move deleted_lines, deleted_lines_mark, changed_lines_buf
Daniel Hahler
2019-08-07
|
*
|
|
move appended_lines_mark
Daniel Hahler
2019-08-07
|
*
|
|
move appended_lines
Daniel Hahler
2019-08-07
|
*
|
|
remove inserted_bytes (comes via text properties, v8.1.0678)
Daniel Hahler
2019-08-07
|
*
|
|
move changedOneline, changed_bytes
Daniel Hahler
2019-08-07
|
*
|
|
move changed_common
Daniel Hahler
2019-08-07
|
*
|
|
move changed_int/changed_internal
Daniel Hahler
2019-08-07
|
*
|
|
move changed
Daniel Hahler
2019-08-07
|
*
|
|
move change_warning
Daniel Hahler
2019-08-07
|
*
|
|
header
Daniel Hahler
2019-08-07
|
*
|
|
orig src/nvim/change.c
Daniel Hahler
2019-08-07
*
|
|
|
channels: reflect exit due to signals in exit status code (#10573)
Daniel Hahler
2019-08-09
*
|
|
|
Merge #9782 from janlazo/vim-8.1.0199
Justin M. Keyes
2019-08-09
|
\
\
\
\
|
*
|
|
|
f_spellbadword: set len=0 for non-found word
Daniel Hahler
2019-08-08
|
*
|
|
|
vim-patch:8.1.0200: spellbadword() not tested
Jan Edmund Lazo
2019-08-08
|
*
|
|
|
vim-patch:8.1.0199: spellbadword() does not check for caps error
Jan Edmund Lazo
2019-08-08
*
|
|
|
|
clang/"Null passed as a nonnull parameter" #10718
Ihor Antonov
2019-08-09
*
|
|
|
|
Merge #10708 'remove DYNAMIC_ICONV'
Justin M. Keyes
2019-08-09
|
\
\
\
\
\
|
*
|
|
|
|
remove DYNAMIC_ICONV
erw7
2019-08-06
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
:terminal : update buffer when switching tabpage #10700
Adrien Fabre
2019-08-09
*
|
|
|
|
vim-patch:8.1.1540: cannot build without +eval #10729
Jan Edmund Lazo
2019-08-09
|
|
/
/
/
|
/
|
|
|
*
|
|
|
lua: minimal UTF-16 support needed for LSP
Björn Linse
2019-08-08
*
|
|
|
vim-patch:8.1.1824: crash when correctly spelled word is very long (#10725)
Jan Edmund Lazo
2019-08-08
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #10703 from ngortheone/clang_dead2
Björn Linse
2019-08-07
|
\
\
\
|
*
|
|
clang/"dead assignment": suppessed
Ihor Antonov
2019-08-05
*
|
|
|
Merge pull request #10513 from bfredl/bytecount
Björn Linse
2019-08-06
|
\
\
\
\
|
*
|
|
|
lua: support getting UTF-32 and UTF-16 sizes of replaced text
Björn Linse
2019-08-06
|
*
|
|
|
lua: add {old_byte_size} to on_lines buffer change event
Björn Linse
2019-08-06
|
|
|
/
/
|
|
/
|
|
*
/
|
|
Fix list_features to include space after first feature (#10711)
Daniel Hahler
2019-08-06
|
/
/
/
*
|
|
f_environ: cleanup/refactor
Daniel Hahler
2019-08-06
*
|
|
vim-patch:8.1.1305: there is no easy way to manipulate environment variables
Daniel Hahler
2019-08-06
*
|
|
clang/"dead assignment": screen.c #10702
Ihor Antonov
2019-08-06
*
|
|
vim-patch:8.1.1439: ga_grow(): 1.5x growth rate #10699
Jan Edmund Lazo
2019-08-05
|
/
/
*
|
Merge pull request #10690 from bfredl/lua_print
Björn Linse
2019-08-05
|
\
\
|
*
|
lua: add vim.in_fast_event() to check if we are in a luv callback
Björn Linse
2019-08-05
|
*
|
lua: do not crash on syntax error in debug.debug()
Björn Linse
2019-08-05
|
*
|
lua: immediate-callback safe print()
Björn Linse
2019-08-05
*
|
|
vim-patch:8.1.1383: warning for size_t/int mixup (#10694)
Jan Edmund Lazo
2019-08-05
*
|
|
:doautocmd : Never show "No matching autocommands" #10689
Justin M. Keyes
2019-08-05
*
|
|
vim-patch:8.1.1311: test: abort autocmd with exception #10692
Jan Edmund Lazo
2019-08-05
[prev]
[next]