index
:
rneovim.git
20220114-mix
20230125_mix
20231130_mix
aucmd_textputpost
colorcolchar
fix_20726
fix_repeatcmdline
fix_semantic_tokens
fix_semantic_tokens_pull
floattitle
master
mix
mix_20240309
newfeatures
rahm
tmp
usermarks
userreg
userregs_2
Neovim fork with Rahm's personal hacks.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nvim
/
viml
/
parser
/
expressions.c
Commit message (
Expand
)
Author
Age
*
refactor: replace char_u with char
Dundar Goc
2022-08-12
*
ci: lint with uncrustify #18563
dundargoc
2022-05-20
*
refactor: replace char_u variables and functions with char
Dundar Goc
2022-05-09
*
build(clint): remove "function size is too large" warning
Dundar Goc
2022-05-06
*
vim-patch:8.2.4858: K_SPECIAL may be escaped twice
zeertzjq
2022-05-03
*
refactor(uncrustify): change rules to better align with the style guide
Dundar Goc
2022-04-29
*
vim-patch:8.2.0867: using \{xxx} for encoding a modifier is not nice
zeertzjq
2022-04-29
*
vim-patch:8.2.0855: GUI tests fail because the test doesn't use a modifier
zeertzjq
2022-04-29
*
vim-patch:8.1.2145: cannot map <C-H> when modifyOtherKeys is enabled
zeertzjq
2022-04-29
*
refactor: convert macros to all-caps (#17895)
dundargoc
2022-04-24
*
fix(coverity/175977): big parameter passed by value
Dundar Göc
2022-02-26
*
chore: fix typos (#16816)
dundargoc
2022-01-04
*
refactor: upgrade uncrustify config version to 0.74.0
Dundar Göc
2021-11-23
*
refactor: saner options for uncrustify (#16204)
dundargoc
2021-11-19
*
refactor: uncrustify #16090
dundargoc
2021-10-29
*
Refactor/uncrustify (#15790)
dundargoc
2021-09-29
*
refactor: format #15702
dundargoc
2021-09-18
*
fix(typo): overriden -> overridden (RE: PR #14159) (#15360)
Oliver Marriott
2021-09-17
*
vim-patch:8.1.1355: obvious mistakes are accepted as valid expressions
Sean Dewar
2021-09-11
*
Use abort() instead of assert(false) for things that should never happen
James McCoy
2021-01-31
*
robustness: avoid adding offset to NULL pointer
Björn Linse
2020-09-04
*
Removed redundant define
Jakub Łuczyński
2020-02-13
*
clang/"dead assignments" #10620
Bartosz Miera
2019-07-29
*
PVS/V547: viml/parser/expressions.c: Expression is always true
Justin M. Keyes
2019-01-04
*
Merge #8218 'Fix errors reported by PVS'
Justin M. Keyes
2018-04-27
|
\
|
*
viml/parser/expressions: Fix PVS/V547: condition checked earlier
ZyX
2018-04-15
|
*
viml/parser/expressions: Fix PVS/V547: condition checked earlier
ZyX
2018-04-15
*
|
build/clang 6.0.0: fix type conversion warnings (#8235)
Marco Hinz
2018-04-07
|
/
*
*: Replace all occurrences of NVim with Nvim
ZyX
2017-11-30
*
keymap: Do not use vim_isIDc in keymap.c
ZyX
2017-11-30
*
viml/parser/expressions: Make sure that listed nodes may be present
ZyX
2017-11-26
*
viml/parser/expressions: Make $ENV not depend on &isident
ZyX
2017-11-26
*
*: Fix linter errors
ZyX
2017-11-19
*
viml/parser/expressions,unittests: Do better testing, fix found issues
ZyX
2017-11-19
*
unittests,viml/parser/expressions: Start adding asgn parsing tests
ZyX
2017-11-13
*
unittests: Add some more edge test cases
ZyX
2017-11-12
*
viml/parser/expressions: Add support for parsing assignments
ZyX
2017-11-12
*
viml/parser/expressions: Replace lambda-specific WantedNode entries
ZyX
2017-11-12
*
*: Fix linter errors
ZyX
2017-11-06
*
viml/parser/expressions: Briefly document some differences
ZyX
2017-11-06
*
api/vim,functests: Add tests for nvim_parse_expression, fix found bugs
ZyX
2017-11-06
*
vim/api: Actually dump AST, fix some bugs in nvim_parse_expression
ZyX
2017-11-06
*
*: Fix linter errors
ZyX
2017-10-30
*
syntax,viml/parser/expressions: Add missing highlight groups
ZyX
2017-10-29
*
syntax,viml/expressions/parser: Create defaults for expr highlighting
ZyX
2017-10-29
*
api/vim: Add nvim_parse_expression function
ZyX
2017-10-29
*
viml/parser/expressions: Fix last error found by KLEE
ZyX
2017-10-29
*
viml/parser/expressions: Fix some errors spotted by KLEE
ZyX
2017-10-19
*
viml/parser/expressions: Add some casts
ZyX
2017-10-16
*
viml/parser/expressions: Fix memory leak when processing ternary
ZyX
2017-10-16
[next]