aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/viml/parser/expressions.c
Commit message (Expand)AuthorAge
* 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
* | build/clang 6.0.0: fix type conversion warnings (#8235)Marco Hinz2018-04-07
|/
* *: Replace all occurrences of NVim with NvimZyX2017-11-30
* keymap: Do not use vim_isIDc in keymap.cZyX2017-11-30
* viml/parser/expressions: Make sure that listed nodes may be presentZyX2017-11-26
* viml/parser/expressions: Make $ENV not depend on &isidentZyX2017-11-26
* *: Fix linter errorsZyX2017-11-19
* viml/parser/expressions,unittests: Do better testing, fix found issuesZyX2017-11-19
* unittests,viml/parser/expressions: Start adding asgn parsing testsZyX2017-11-13
* unittests: Add some more edge test casesZyX2017-11-12
* viml/parser/expressions: Add support for parsing assignmentsZyX2017-11-12
* viml/parser/expressions: Replace lambda-specific WantedNode entriesZyX2017-11-12
* *: Fix linter errorsZyX2017-11-06
* viml/parser/expressions: Briefly document some differencesZyX2017-11-06
* api/vim,functests: Add tests for nvim_parse_expression, fix found bugsZyX2017-11-06
* vim/api: Actually dump AST, fix some bugs in nvim_parse_expressionZyX2017-11-06