aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/getchar.c
Commit message (Expand)AuthorAge
* refactor: saner options for uncrustify (#16204)dundargoc2021-11-19
* refactor(macros): delete multibyte macros which just are aliasesBjörn Linse2021-11-14
* refactor(multibyte): eliminate mb_ptr2len alias for utfc_ptr2lenBjörn Linse2021-11-14
* fix(input): never reinterpret unmapped ALT- chrods in Terminal mode (#16222)zeertzjq2021-11-04
* 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
* refactor: saner options for uncrustify #16196dundargoc2021-10-31
* vim-patch:8.1.2380: using old C style commentsDundar Göc2021-10-21
* refactor: reduce number of unique char castsDundar Göc2021-10-13
* refactor: reduce number of unique char casts (#15995)dundargoc2021-10-12
* vim-patch:8.2.3490: superfluous return statements #15978dundargoc2021-10-09
* refactor: remove redundant char casts #15888dundargoc2021-10-04
* vim-patch:8.2.3460: some type casts are not needed #15868dundargoc2021-10-02
* fix(input): resolve isolated (non-ALT/META) mappings #13109erw72021-10-02
* refactor: reformat with uncrustify #15736dundargoc2021-09-20
* refactor: convert TRUE/FALSE to true/false (#15660)dundargoc2021-09-18
* feat(lua)!: register_keystroke_callback => on_keyJustin M. Keyes2021-09-09
* refactor(api): remove unneccesary indirection around handlesBjörn Linse2021-08-22
* Merge pull request #15249 from dundargoc/refactor/a-song-of-true-and-falseBjörn Linse2021-08-18
|\
| * refactor: replace TRUE/FALSE with true/falseDundar Göc2021-08-12
* | feat: defaults: set undo points in <C-U> and <C-W> (#15400)Gregory Anders2021-08-16
* | feat(defaults): map CTRL-L to search highlights, update diffs #15385Gregory Anders2021-08-16
|/
* refactor(plines): move horizontal size functions to plines.cBjörn Linse2021-08-11
* Remove EXMODE_NORMALmatveyt2021-07-23
* chore: use codespell to spell check #15016dundargoc2021-07-07
* vim-patch:8.2.2833: two key command cancelled by moving mouse when using popupJan Edmund Lazo2021-05-06
* vim-patch:8.2.1166: once mouse move events are enabled getchar() returns themJan Edmund Lazo2021-05-06
* vim-patch:8.2.2819: finishing an abbreviation with multi-byte char may not workJan Edmund Lazo2021-05-05
* vim-patch:8.1.2380: using old C style commentsJan Edmund Lazo2021-03-29
* Revert "vim-patch:8.1.0822: peeking and flushing output slows down execution"Jan Edmund Lazo2020-12-31
* vim-patch:8.1.0822: peeking and flushing output slows down executionJan Edmund Lazo2020-12-25
* vim-patch:8.2.2005: redoing a mapping with <Cmd> doesn't work properlyBjörn Linse2020-11-18
* vim-patch:8.1.0810: too many #ifdefsJan Edmund Lazo2020-11-12
* vim-patch:8.2.1547: various comment problemsJan Edmund Lazo2020-10-18
* Treat unmapped ALT/META as ESC+c in all modesMatt Wozniski2020-10-05
* vim-patch:8.1.1591: on error garbage collection may free memory in useJan Edmund Lazo2020-09-30
* vim-patch:8.2.1377: triggering the ATTENTION prompt causes typeahead mess upJan Edmund Lazo2020-08-14
* lua: add vim.register_keystroke_callback (#12536)TJ DeVries2020-08-14
* vim-patch:8.0.1139: using window toolbar changes stateJan Edmund Lazo2020-04-26
* vim-patch:8.1.1201: output of :command is hard to readJan Edmund Lazo2020-02-16
* vim-patch:8.1.1269: MS-Windows GUI: multibyte chars with a 0x80 byte do not workJan Edmund Lazo2020-02-02
* vim-patch:8.1.0140: recording into a register has focus eventsJan Edmund Lazo2020-02-01
* refactor: move session functions to ex_session.cJustin M. Keyes2020-01-28
* vim-patch:8.1.1579: dict and list could be GC'ed while displaying errorJan Edmund Lazo2020-01-05
* vim-patch:8.0.1786: no test for 'termwinkey'Jan Edmund Lazo2020-01-05
* getchar: fix pvs/v1048Jan Edmund Lazo2019-12-22
* undo: delete undo_off global without effectBjörn Linse2019-11-16
* vim-patch:8.1.1588: in :let-heredoc line continuation is recognizedJurica Bradaric2019-10-07
* vim-patch:8.1.2120: some MB_ macros are more complicated than necessaryJan Edmund Lazo2019-10-06
* vim-patch:8.1.2091: double free when memory allocation failsJan Edmund Lazo2019-10-01