summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/viml/parser/expressions.c
AgeCommit message (Expand)AuthorFiles
2026-01-17fix(api): parse_expression crash with unopened ] and nodeSean Dewar1
2026-01-17fix(api): parse_expression crash with ident and curlySean Dewar1
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2024-09-23refactor(api)!: rename Dictionary => DictJustin M. Keyes1
2024-07-17fix: assert failure in VimL expression parserRustum Zia1
2024-01-11refactor(IWYU): fix headersdundargoc1
2023-11-30build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq1
2023-11-29refactor: move some constants out of vim_defs.h (#26298)zeertzjq1
2023-11-28refactor: fix headers with IWYUdundargoc1
2023-11-27refactor: rename types.h to types_defs.hdundargoc1
2023-11-27build(IWYU): fix includes for func_attr.hdundargoc1
2023-11-20refactor: enable formatting for ternariesdundargoc1
2023-11-12build: remove PVSdundargoc1
2023-09-30build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq1
2023-06-22fix(messages): use "Vimscript" instead of "VimL" #24111Justin M. Keyes1
2023-05-13docs: small fixesdundargoc1
2023-04-26refactor(clang-tidy): remove redundant castsdundargoc1
2023-03-05vim-patch:9.0.1380: CTRL-X on 2**64 subtracts two (#22530)zeertzjq1
2023-01-23refactor(PVS/V1048): remove redundant assignment (#21871)Lucas Merritt1
2023-01-18refactor: replace char_u with char 24 (#21823)dundargoc1
2022-12-21refactor: replace char_u with char 16 - remove STRNCMP (#21208)dundargoc1
2022-11-15build: allow IWYU to fix includes for all .c filesdundargoc1
2022-11-07refactor: more clint (#20910)Lewis Russell1
2022-10-21refactor(uncrustify): move macros definitions to enable formattingdundargoc1
2022-09-25refactor: move klib out of src/nvim/ #20341dundargoc1
2022-09-01refactor: replace char_u with charDundar Göc1
2022-08-12refactor: replace char_u with charDundar Goc1
2022-05-20ci: lint with uncrustify #18563dundargoc1
2022-05-09refactor: replace char_u variables and functions with charDundar Goc1
2022-05-06build(clint): remove "function size is too large" warningDundar Goc1
2022-05-03vim-patch:8.2.4858: K_SPECIAL may be escaped twicezeertzjq1
2022-04-29refactor(uncrustify): change rules to better align with the style guideDundar Goc1
2022-04-29vim-patch:8.2.0867: using \{xxx} for encoding a modifier is not nicezeertzjq1
2022-04-29vim-patch:8.2.0855: GUI tests fail because the test doesn't use a modifierzeertzjq1
2022-04-29vim-patch:8.1.2145: cannot map <C-H> when modifyOtherKeys is enabledzeertzjq1
2022-04-24refactor: convert macros to all-caps (#17895)dundargoc1
2022-02-26fix(coverity/175977): big parameter passed by valueDundar Göc1
2022-01-04chore: fix typos (#16816)dundargoc1
2021-11-23refactor: upgrade uncrustify config version to 0.74.0Dundar Göc1
2021-11-19refactor: saner options for uncrustify (#16204)dundargoc1
2021-10-29refactor: uncrustify #16090dundargoc1
2021-09-29Refactor/uncrustify (#15790)dundargoc1
2021-09-18refactor: format #15702dundargoc1
2021-09-17fix(typo): overriden -> overridden (RE: PR #14159) (#15360)Oliver Marriott1
2021-09-11vim-patch:8.1.1355: obvious mistakes are accepted as valid expressionsSean Dewar1
2021-01-31Use abort() instead of assert(false) for things that should never happenJames McCoy1
2020-09-04robustness: avoid adding offset to NULL pointerBjörn Linse1
2020-02-13Removed redundant defineJakub Łuczyński1
2019-07-29clang/"dead assignments" #10620Bartosz Miera1
2019-01-04PVS/V547: viml/parser/expressions.c: Expression is always trueJustin M. Keyes1