aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/mapping.c
Commit message (Expand)AuthorAge
* vim-patch:9.0.1359: too many "else if" statements in handling optionsLewis Russell2023-04-28
* vim-patch:9.0.1330: handling new value of an option has a long "else if" chainLewis Russell2023-04-28
* refactor: uncrustifydundargoc2023-04-26
* vim-patch:9.0.0335: checks for Dictionary argument often give a vague error (...zeertzjq2023-04-25
* vim-patch:8.2.1049: Vim9: leaking memory when using continuation linezeertzjq2023-04-14
* vim-patch:9.0.1442: mapset() does not restore non-script context (#22942)zeertzjq2023-04-08
* refactor: remove redundant castsii142023-04-07
* refactor: remove redundant castsii142023-04-07
* refactor: remove redundant const char * castsii142023-04-07
* refactor: remove char_u (#22829)dundargoc2023-04-02
* feat(api): add filetype option nvim_get_option_valueLewis Russell2023-03-20
* refactor: replace char_u with char or uint8_t (#22400)dundargoc2023-03-04
* refactor(getchar.c): change most char_u to uint8_t (#22444)zeertzjq2023-02-28
* vim-patch:9.0.1329: completion of map includes simplified ones (#22335)zeertzjq2023-02-20
* fix(mappings): make "<" escaping in completion match Vimzeertzjq2023-02-18
* fix(mappings): fix check for cpo-B inverted in completionzeertzjq2023-02-17
* refactor: replace char_u with char (#21901)dundargoc2023-02-11
* refactor: reduce scope of locals as per the style guide (#22206)dundargoc2023-02-11
* refactor: use uint8_t for blobs and ga_append() (#21916)zeertzjq2023-01-21
* refactor: replace char_u with char 24 (#21823)dundargoc2023-01-18
* vim-patch:8.2.4483: command completion makes two rounds to collect matches (#...zeertzjq2023-01-17
* vim-patch:8.2.4479: no fuzzy completieon for maps and abbreviationszeertzjq2023-01-17
* refactor: fix IWYU mapping file and use IWYU (#21802)dundargoc2023-01-15
* refactor: replace char_u with char 21 (#21779)dundargoc2023-01-14
* refactor: replace char_u with char 20 (#21714)dundargoc2023-01-13
* refactor: replace char_u with char 18 (#21237)dundargoc2023-01-09
* refactor: replace char_u with char 17 - remove STRLCPY (#21235)dundargoc2023-01-09
* fix(mappings): use all buckets in second round of unmap (#21534)zeertzjq2022-12-26
* vim-patch:8.2.4139: using freed memory in expression abbreviation (#21522)zeertzjq2022-12-24
* refactor: replace char_u with char 16 - remove STRNCMP (#21208)dundargoc2022-12-21
* refactor: replace char_u with chardundargoc2022-11-28
* refactor: replace char_u with charDundar Göc2022-11-19
* refactor: deprecate 'secure' optionGregory Anders2022-11-17
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* docs: fix typosdundargoc2022-11-02
* refactor: clang-tidy fixes to silence clangd warning (#20683)dundargoc2022-10-21
* fix(docs): invalid :help links #20345Justin M. Keyes2022-09-25
* fix(mapset): remove existing abbreviation of same lhs (#20320)zeertzjq2022-09-24
* refactor: replace char_u with charDundar Göc2022-09-11
* refactor: replace char_u with charDundar Göc2022-09-09
* refactor: replace char_u with charDundar Göc2022-09-06
* Merge pull request #20038 from bfredl/unflushbfredl2022-09-01
|\
| * perf(messages): don't call ui_flush() per message line in various placesbfredl2022-09-01
* | fix(maparg): remove double allocation (#20033)zeertzjq2022-09-01
* | feat(mapset): support restoring Lua callback (#20024)zeertzjq2022-09-01
|/
* Merge pull request #20007 from dundargoc/refactor/char_u/5bfredl2022-08-31
|\
| * refactor: replace char_u with charDundar Göc2022-08-31
* | refactor(mappings)!: mapblock_fill_dict() use API Dictionary (#20020)zeertzjq2022-08-31
|/
* refactor: replace char_u with charDundar Göc2022-08-29
* docs: fix typos (#19798)dundargoc2022-08-27