aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/viml/parser/expressions.c
Commit message (Expand)AuthorAge
* refactor(api)!: rename Dictionary => DictJustin M. Keyes2024-09-23
* fix: assert failure in VimL expression parserRustum Zia2024-07-17
* refactor(IWYU): fix headersdundargoc2024-01-11
* build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq2023-11-30
* refactor: move some constants out of vim_defs.h (#26298)zeertzjq2023-11-29
* refactor: fix headers with IWYUdundargoc2023-11-28
* refactor: rename types.h to types_defs.hdundargoc2023-11-27
* build(IWYU): fix includes for func_attr.hdundargoc2023-11-27
* refactor: enable formatting for ternariesdundargoc2023-11-20
* build: remove PVSdundargoc2023-11-12
* build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq2023-09-30
* fix(messages): use "Vimscript" instead of "VimL" #24111Justin M. Keyes2023-06-22
* docs: small fixesdundargoc2023-05-13
* refactor(clang-tidy): remove redundant castsdundargoc2023-04-26
* vim-patch:9.0.1380: CTRL-X on 2**64 subtracts two (#22530)zeertzjq2023-03-05
* refactor(PVS/V1048): remove redundant assignment (#21871)Lucas Merritt2023-01-23
* refactor: replace char_u with char 24 (#21823)dundargoc2023-01-18
* refactor: replace char_u with char 16 - remove STRNCMP (#21208)dundargoc2022-12-21
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* refactor: more clint (#20910)Lewis Russell2022-11-07
* refactor(uncrustify): move macros definitions to enable formattingdundargoc2022-10-21
* refactor: move klib out of src/nvim/ #20341dundargoc2022-09-25
* refactor: replace char_u with charDundar Göc2022-09-01
* refactor: replace char_u with charDundar Goc2022-08-12
* ci: lint with uncrustify #18563dundargoc2022-05-20
* refactor: replace char_u variables and functions with charDundar Goc2022-05-09
* build(clint): remove "function size is too large" warningDundar Goc2022-05-06
* vim-patch:8.2.4858: K_SPECIAL may be escaped twicezeertzjq2022-05-03
* refactor(uncrustify): change rules to better align with the style guideDundar Goc2022-04-29
* vim-patch:8.2.0867: using \{xxx} for encoding a modifier is not nicezeertzjq2022-04-29
* vim-patch:8.2.0855: GUI tests fail because the test doesn't use a modifierzeertzjq2022-04-29
* vim-patch:8.1.2145: cannot map <C-H> when modifyOtherKeys is enabledzeertzjq2022-04-29
* refactor: convert macros to all-caps (#17895)dundargoc2022-04-24
* fix(coverity/175977): big parameter passed by valueDundar Göc2022-02-26
* chore: fix typos (#16816)dundargoc2022-01-04
* refactor: upgrade uncrustify config version to 0.74.0Dundar Göc2021-11-23
* refactor: saner options for uncrustify (#16204)dundargoc2021-11-19
* refactor: uncrustify #16090dundargoc2021-10-29
* Refactor/uncrustify (#15790)dundargoc2021-09-29
* refactor: format #15702dundargoc2021-09-18
* fix(typo): overriden -> overridden (RE: PR #14159) (#15360)Oliver Marriott2021-09-17
* vim-patch:8.1.1355: obvious mistakes are accepted as valid expressionsSean Dewar2021-09-11
* Use abort() instead of assert(false) for things that should never happenJames McCoy2021-01-31
* robustness: avoid adding offset to NULL pointerBjörn Linse2020-09-04
* Removed redundant defineJakub Łuczyński2020-02-13
* clang/"dead assignments" #10620Bartosz Miera2019-07-29
* PVS/V547: viml/parser/expressions.c: Expression is always trueJustin M. Keyes2019-01-04
* Merge #8218 'Fix errors reported by PVS'Justin M. Keyes2018-04-27
|\
| * viml/parser/expressions: Fix PVS/V547: condition checked earlierZyX2018-04-15
| * viml/parser/expressions: Fix PVS/V547: condition checked earlierZyX2018-04-15