aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/getchar.c
Commit message (Expand)AuthorAge
* Merge pull request #17987 from leungbk/vim-patch-4402zeertzjq2022-04-04
|\
| * vim-patch:8.2.4402: missing parenthesis may cause unexpected problemsBrian Leung2022-04-03
* | fix(substitute): properly check for empty command linezeertzjq2022-04-04
|/
* fix(ex_normal): spam \n in Ex mode only if in Cmdline mode (#17977)zeertzjq2022-04-03
* vim-patch:8.1.0439: recursive use of getcmdline() still not protected (#17726)zeertzjq2022-03-30
* feat(input)!: delay some conversions to vgetc()zeertzjq2022-03-24
* fix: use normal! <C-L> in default <C-L> mapping (#17695)Gregory Anders2022-03-12
* refactor: remove redundant castsDundar Göc2022-03-06
* refactor: fix clang-tidy bugprone-signed-char-misuse warningsDundar Göc2022-03-04
* vim-patch:8.2.4498: using <Plug> with "noremap" does not workzeertzjq2022-03-03
* feat(lua): show proper verbose output for lua configurationshadmansaleh2022-02-28
* Merge pull request #16969 from shadmansaleh/enhance/ingore_nore_on_plug_keymapsbfredl2022-02-27
|\
| * feat: ignore nore on <Plug> mapsshadmansaleh2022-02-27
* | Merge pull request #17432 from zeertzjq/vim-8.1.2336zeertzjq2022-02-27
|\ \ | |/ |/|
| * vim-patch:8.2.4401: map listing does not clear the rest of the command linezeertzjq2022-02-17
| * vim-patch:8.2.4338: an error from an expression mapping messes up the displayzeertzjq2022-02-17
| * vim-patch:8.1.2336: when an expr mapping moves the cursor it is not restoredzeertzjq2022-02-17
* | Merge pull request #17403 from zeertzjq/vim-8.1.1955zeertzjq2022-02-21
|\ \ | |/ |/|
| * vim-patch:8.2.0156: various typos in source files and testszeertzjq2022-02-14
* | vim-patch:8.2.4400: MS-Windows: cannot use the mouse in the console with VIMDLLzeertzjq2022-02-17
* | refactor: remove NULL check that is always truezeertzjq2022-02-16
* | feat(mappings): considering map description when filtering (#17423)Shadman2022-02-16
* | fix: <Nop> not shown in :map commandsshadmansaleh2022-02-16
* | chore: improve lua keymaps internal representation schemeshadmansaleh2022-02-16
|/
* vim-patch:8.2.3966: when using feedkeys() abbreviations may be blockedzeertzjq2022-02-02
* Merge pull request #17202 from zeertzjq/unused-orig-rhsbfredl2022-01-29
|\
| * refactor: allocate an empty string as unused orig_rhs for Lua mappingszeertzjq2022-01-27
* | fix(input): remove reinterpreted ALT/META chords from recorded macrozeertzjq2022-01-29
* | vim-patch:8.2.4236: accessing freed memoryChristian Clason2022-01-28
* | vim-patch:8.2.4235: invalid check for NULL pointerChristian Clason2022-01-28
* | vim-patch:8.2.4233: crash when recording and using Select modeChristian Clason2022-01-28
* | vim-patch:8.2.4002: first char typed in Select mode can be wrongzeertzjq2022-01-24
* | vim-patch:8.2.3993: when recording a change in Select mode char appears twicezeertzjq2022-01-24
|/
* fix(input): put modifiers back into typeahead buffer when neededzeertzjq2022-01-23
* refactor: remove CSI unescaping and clean up related names and commentszeertzjq2022-01-21
* fix(input): never escape CSI byteszeertzjq2022-01-21
* feat(api): add support for lua function & description in keymapshadmansaleh2022-01-01
* vim-patch:8.2.3914 (#16808)dundargoc2021-12-28
* vim-patch:8.2.3825: various comments could be improvedzeertzjq2021-12-16
* refactor(misc1): move out high-level input functions to a new file: input.cBjörn Linse2021-12-10
* refactor(misc1): move way beep functions elsewhereBjörn Linse2021-12-10
* vim-patch:8.1.1798: warning for unused variable in tiny versionzeertzjq2021-12-07
* vim-patch:8.1.1797: the vgetorpeek() function is too longzeertzjq2021-12-07
* lint (#16526)Jan Edmund Lazo2021-12-05
* 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