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
/
misc1.c
Commit message (
Expand
)
Author
Age
*
refactor(misc1): move out high-level input functions to a new file: input.c
Björn Linse
2021-12-10
*
refactor(misc1): move shell related functions to os/shell.c
Björn Linse
2021-12-10
*
refactor(misc1): move insertmode related function to edit.c
Björn Linse
2021-12-10
*
refactor(misc1): move way beep functions elsewhere
Björn Linse
2021-12-10
*
refactor(misc1): move msgmore function to messages.c
Björn Linse
2021-12-10
*
refactor(misc1): move comment related functions to change.c
Björn Linse
2021-12-10
*
refactor(misc1): move user related code to os/users.c
Björn Linse
2021-12-10
*
refactor(misc1): move preserve_exit() to related functions in main.c
Björn Linse
2021-12-09
*
refactor(misc1): move out misc functions which obviously belong elsewhere
Björn Linse
2021-12-09
*
refactor(misc1): move out autocmd related functions
Björn Linse
2021-12-09
*
refactor(misc1): move line_breakcheck family of functions to os/input.c
Björn Linse
2021-12-09
*
Merge pull request #15840 from vimpostor/vim-8.2.3430
Jan Edmund Lazo
2021-11-30
|
\
|
*
vim-patch:8.2.3609: internal error when ModeChanged is triggered recursively
Magnus Groß
2021-11-18
|
*
vim-patch:8.2.3555: ModeChanged is not triggered on every mode change
Magnus Groß
2021-11-18
|
*
vim-patch:8.2.3430: no generic way to trigger an autocommand on mode change
Magnus Groß
2021-11-18
*
|
refactor: saner options for uncrustify (#16204)
dundargoc
2021-11-19
|
/
*
refactor: reduce number of explicit char casts (#16077)
dundargoc
2021-11-16
*
vim-patch:8.1.0779: argument for message functions is inconsistent
James McCoy
2021-11-01
*
vim-patch:8.1.0743: giving error messages is not flexible
James McCoy
2021-11-01
*
vim-patch:8.1.0306: plural messages are not translated properly
James McCoy
2021-11-01
*
refactor: saner options for uncrustify #16196
dundargoc
2021-10-31
*
vim-patch:8.2.0026: still some /* */ comments (#16088)
dundargoc
2021-10-23
*
refactor: reduce number of unique char casts
Dundar Göc
2021-10-13
*
Refactor/uncrustify (#15790)
dundargoc
2021-09-29
*
refactor: format with uncrustify #15741
dundargoc
2021-09-22
*
refactor(plines): move out plines related code from misc1.c
Björn Linse
2021-08-10
*
refactor(plines): remove implicit curwin plines() function
Björn Linse
2021-08-10
*
refactor: replace TRUE/FALSE with true/false
Dundar Göc
2021-07-26
*
refactor: replace TRUE/FALSE macros with C99 true/false
Dundar Göc
2021-07-25
*
vim-patch:8.2.2875: cancelling inputlist() after a digit does not return zero
Jan Edmund Lazo
2021-05-21
*
vim-patch:8.2.0946: cannot use "q" to cancel a number prompt
Jan Edmund Lazo
2021-05-21
*
vim-patch:8.0.1309: cannot use 'balloonexpr' in a terminal
Jan Edmund Lazo
2021-05-06
*
pos: define MAXCOL to INT_MAX
Jan Edmund Lazo
2021-02-23
*
Removed restricted mode - Fix #11972
georg3tom
2020-11-11
*
vim-patch:8.2.0728: messages about a deadly signal are not left aligned
Jan Edmund Lazo
2020-10-16
*
vim-patch:8.2.0420: Vim9: cannot interrupt a loop with CTRL-C
Jan Edmund Lazo
2020-07-19
*
vim-patch:8.1.2225: the "last used" info of a buffer is under used
Rob Pilling
2020-04-21
*
vim-patch:8.1.2378: using old C style comments
Jan Edmund Lazo
2020-04-12
*
misc1: fix pvs/v781
Jan Edmund Lazo
2019-12-26
*
nsmarks: initial commit
timeyyy
2019-11-11
*
vim-patch:8.1.2258: may get hit-enter prompt after entering a number
Jan Edmund Lazo
2019-11-09
*
vim-patch:8.1.2096: too many #ifdefs #11229
Daniel Hahler
2019-10-17
*
refactor: wrap common plines() usage in plines_win_full() #11141
Zach Wegner
2019-10-02
*
refactor: allow us to process a child queue only while waiting on input
Björn Linse
2019-09-08
*
vim-patch:8.1.1887: the +cmdline_compl feature is not in the tiny version
Jan Edmund Lazo
2019-08-19
*
move ins_char
Daniel Hahler
2019-08-07
*
move del_lines
Daniel Hahler
2019-08-07
*
move truncate_line
Daniel Hahler
2019-08-07
*
move open_line
Daniel Hahler
2019-08-07
*
move del_bytes
Daniel Hahler
2019-08-07
[next]