aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/getchar.c
Commit message (Expand)AuthorAge
* feat(mappings): allow special keys and modifiers in <Cmd> mappingzeertzjq2022-04-29
* fix(mappings): fix double-free when unmapping simplifiable Lua mappingzeertzjq2022-04-29
* feat(mappings): do not replace existing mapping for simplified formzeertzjq2022-04-29
* vim-patch:8.2.4837: modifiers not simplified when timed outzeertzjq2022-04-29
* vim-patch:8.2.4833: failure of mapping not checked forzeertzjq2022-04-29
* vim-patch:8.2.4829: a key may be simplified to NULzeertzjq2022-04-29
* vim-patch:8.2.4828: fix for unmapping simplified key not fully testedzeertzjq2022-04-29
* vim-patch:8.2.4827: typo in variable namezeertzjq2022-04-29
* vim-patch:8.2.4824: expression is evaluated multiple timeszeertzjq2022-04-29
* vim-patch:8.2.4819: unmapping simplified keys also deletes other mappingzeertzjq2022-04-29
* vim-patch:8.2.4504: when there is a partially matching map full map may not workzeertzjq2022-04-29
* vim-patch:8.2.3595: check for signed overflow might not work everywherezeertzjq2022-04-29
* vim-patch:8.2.0919: merging modifier for modifyOtherKeys is done twicezeertzjq2022-04-29
* vim-patch:8.2.0916: mapping with partly modifyOtherKeys code does not workzeertzjq2022-04-29
* revert: "refactor: Remove allow_keys global (#6346)"zeertzjq2022-04-29
* vim-patch:8.2.0851: can't distinguish <M-a> from accented "a" in the GUIzeertzjq2022-04-29
* vim-patch:8.2.0839: dropping modifier when putting a character back in typeaheadzeertzjq2022-04-29
* feat(edit): insert an unsimplified key using CTRL-SHIFT-Vzeertzjq2022-04-29
* vim-patch:8.1.2159: some mappings are listed twicezeertzjq2022-04-29
* vim-patch:8.1.2145: cannot map <C-H> when modifyOtherKeys is enabledzeertzjq2022-04-29
* refactor: add pure attribute to pure functions (#18165)dundargoc2022-04-24
* vim-patch:8.2.4722: ending recording with mapping records too much (#18060)zeertzjq2022-04-10
* vim-patch:partial:8.1.2333: with modifyOtherKeys CTRL-^ doesn't work (#18048)zeertzjq2022-04-09
* fix(event-loop): check if executed register has endedzeertzjq2022-04-07
* fix(input): fix clearing of reg_executingzeertzjq2022-04-07
* vim-patch:8.2.{4692,4691,4690}: fix Insert mode <LeftDrag> mapping bug (#17999)zeertzjq2022-04-05
* 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
|/