aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/misc1.c
Commit message (Expand)AuthorAge
* refactor(misc1): move out high-level input functions to a new file: input.cBjörn Linse2021-12-10
* refactor(misc1): move shell related functions to os/shell.cBjörn Linse2021-12-10
* refactor(misc1): move insertmode related function to edit.cBjörn Linse2021-12-10
* refactor(misc1): move way beep functions elsewhereBjörn Linse2021-12-10
* refactor(misc1): move msgmore function to messages.cBjörn Linse2021-12-10
* refactor(misc1): move comment related functions to change.cBjörn Linse2021-12-10
* refactor(misc1): move user related code to os/users.cBjörn Linse2021-12-10
* refactor(misc1): move preserve_exit() to related functions in main.cBjörn Linse2021-12-09
* refactor(misc1): move out misc functions which obviously belong elsewhereBjörn Linse2021-12-09
* refactor(misc1): move out autocmd related functionsBjörn Linse2021-12-09
* refactor(misc1): move line_breakcheck family of functions to os/input.cBjörn Linse2021-12-09
* Merge pull request #15840 from vimpostor/vim-8.2.3430Jan Edmund Lazo2021-11-30
|\
| * vim-patch:8.2.3609: internal error when ModeChanged is triggered recursivelyMagnus Groß2021-11-18
| * vim-patch:8.2.3555: ModeChanged is not triggered on every mode changeMagnus Groß2021-11-18
| * vim-patch:8.2.3430: no generic way to trigger an autocommand on mode changeMagnus Groß2021-11-18
* | refactor: saner options for uncrustify (#16204)dundargoc2021-11-19
|/
* refactor: reduce number of explicit char casts (#16077)dundargoc2021-11-16
* vim-patch:8.1.0779: argument for message functions is inconsistentJames McCoy2021-11-01
* vim-patch:8.1.0743: giving error messages is not flexibleJames McCoy2021-11-01
* vim-patch:8.1.0306: plural messages are not translated properlyJames McCoy2021-11-01
* refactor: saner options for uncrustify #16196dundargoc2021-10-31
* vim-patch:8.2.0026: still some /* */ comments (#16088)dundargoc2021-10-23
* refactor: reduce number of unique char castsDundar Göc2021-10-13
* Refactor/uncrustify (#15790)dundargoc2021-09-29
* refactor: format with uncrustify #15741dundargoc2021-09-22
* refactor(plines): move out plines related code from misc1.cBjörn Linse2021-08-10
* refactor(plines): remove implicit curwin plines() functionBjörn Linse2021-08-10
* refactor: replace TRUE/FALSE with true/falseDundar Göc2021-07-26
* refactor: replace TRUE/FALSE macros with C99 true/falseDundar Göc2021-07-25
* vim-patch:8.2.2875: cancelling inputlist() after a digit does not return zeroJan Edmund Lazo2021-05-21
* vim-patch:8.2.0946: cannot use "q" to cancel a number promptJan Edmund Lazo2021-05-21
* vim-patch:8.0.1309: cannot use 'balloonexpr' in a terminalJan Edmund Lazo2021-05-06
* pos: define MAXCOL to INT_MAXJan Edmund Lazo2021-02-23
* Removed restricted mode - Fix #11972georg3tom2020-11-11
* vim-patch:8.2.0728: messages about a deadly signal are not left alignedJan Edmund Lazo2020-10-16
* vim-patch:8.2.0420: Vim9: cannot interrupt a loop with CTRL-CJan Edmund Lazo2020-07-19
* vim-patch:8.1.2225: the "last used" info of a buffer is under usedRob Pilling2020-04-21
* vim-patch:8.1.2378: using old C style commentsJan Edmund Lazo2020-04-12
* misc1: fix pvs/v781Jan Edmund Lazo2019-12-26
* nsmarks: initial committimeyyy2019-11-11
* vim-patch:8.1.2258: may get hit-enter prompt after entering a numberJan Edmund Lazo2019-11-09
* vim-patch:8.1.2096: too many #ifdefs #11229Daniel Hahler2019-10-17
* refactor: wrap common plines() usage in plines_win_full() #11141Zach Wegner2019-10-02
* refactor: allow us to process a child queue only while waiting on inputBjörn Linse2019-09-08
* vim-patch:8.1.1887: the +cmdline_compl feature is not in the tiny versionJan Edmund Lazo2019-08-19
* move ins_charDaniel Hahler2019-08-07
* move del_linesDaniel Hahler2019-08-07
* move truncate_lineDaniel Hahler2019-08-07
* move open_lineDaniel Hahler2019-08-07
* move del_bytesDaniel Hahler2019-08-07