aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/message.c
Commit message (Expand)AuthorAge
* refactor: grid->rows and grid->colsbfredl2022-05-18
* refactor: replace char_u variables and functions with charDundar Goc2022-05-16
* Merge pull request #18489 from dundargoc/refactor/remove-char_ubfredl2022-05-13
|\
| * refactor: replace char_u variables and functions with charDundar Goc2022-05-11
* | refactor: rename keymap.{c,h} to keycodes.{c,h} (#18535)zeertzjq2022-05-12
|/
* vim-patch:8.2.4911: the mode #defines are not clearly named (#18499)zeertzjq2022-05-10
* vim-patch:8.2.4924: maparg() may return a string that cannot be reusedzeertzjq2022-05-09
* refactor: replace char_u variables and functions with charDundar Goc2022-05-09
* refactor: replace char_u variables and functions with charDundar Goc2022-05-07
* refactor: replace char_u variables and functions with charDundar Goc2022-05-05
* vim-patch:8.2.4867: listing of mapping with K_SPECIAL is wrong (#18419)zeertzjq2022-05-05
* refactor: replace char_u variables and functions with charDundar Goc2022-05-04
* refactor: replace char_u variables and functions with charDundar Goc2022-05-03
* refactor(uncrustify): change rules to better align with the style guideDundar Goc2022-04-29
* revert: "refactor: Remove allow_keys global (#6346)"zeertzjq2022-04-29
* vim-patch:8.2.0839: dropping modifier when putting a character back in typeaheadzeertzjq2022-04-29
* vim-patch:8.2.4156: fileinfo message overwrites echo'ed messagezeertzjq2022-03-31
* vim-patch:8.2.2515: memory access error when truncating an empty messagezeertzjq2022-03-31
* vim-patch:8.2.1844: using "q" at the more prompt doesn't stop a long messagezeertzjq2022-03-31
* refactor(message): convert function comments to doxygen formatDundar Göc2022-03-16
* vim-patch:8.2.4343: when reloading not all properties are detectedzeertzjq2022-02-14
* fix(--headless): do not block on press-enter prompts when no UIglacambre2022-02-05
* vim-patch:8.2.4241: some type casts are redundantDundar Göc2022-01-30
* Merge pull request #15910 from glacambre/silent_stdioopenbfredl2022-01-24
|\
| * feat(--headless): add on_print callback to stdioopenglacambre2022-01-24
* | fix(input): put modifiers back into typeahead buffer when neededzeertzjq2022-01-23
* | vim-patch:8.2.3914 (#16808)dundargoc2021-12-28
|/
* refactor(misc1): move out high-level input functions to a new file: input.cBjörn Linse2021-12-10
* refactor(misc1): move msgmore function to messages.cBjörn Linse2021-12-10
* Merge pull request #16547 from pekdon/sunosJames McCoy2021-12-09
|\
| * fix: add STRNLEN compatability macroClaes Nästén2021-12-06
* | lint (#16526)Jan Edmund Lazo2021-12-05
|/
* refactor: saner options for uncrustify (#16204)dundargoc2021-11-19
* refactor: reduce number of explicit char casts (#16077)dundargoc2021-11-16
* refactor(multibyte): eliminate mb_ptr2len alias for utfc_ptr2lenBjörn Linse2021-11-14
* vim-patch:8.1.0783: compiler warning for signed/unsignedJames McCoy2021-11-01
* 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
* refactor: uncrustify #16090dundargoc2021-10-29
* vim-patch:8.2.0026: still some /* */ comments (#16088)dundargoc2021-10-23
* vim-patch:8.1.2243: typos in comments (#16104)dundargoc2021-10-20
* refactor: reduce number of unique char casts (#15995)dundargoc2021-10-12
* refactor: remove redundant castsDundar Göc2021-10-07
* refactor: remove redundant char casts #15888dundargoc2021-10-04
* refactor: format with uncrustify #15778dundargoc2021-09-25
* refactor: format with uncrustify #15741dundargoc2021-09-22
* vim-patch:8.2.3424: a sequence of spaces is hard to see in list modezeertzjq2021-09-19
* refactor: replace TRUE/FALSE with true/falseDundar Göc2021-07-30
* refactor: replace TRUE/FALSE with true/falseDundar Göc2021-07-26