| Commit message (Collapse) | Author | Age |
| |
|
| |
|
|\ |
|
| |
| |
| |
| | |
Fixed-size buffers and lfs.currentdir().. does not compute. The tests would fail
if the current working directory was longer than expected.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
Also fixes some errors found.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| | |
Also adjusts some names.
|
| | |
|
| | |
|
| | |
|
| |
| |
| | |
Not all of them are fixed yet though.
|
| |
| |
| | |
Also improves error reporting.
|
| | |
|
| |
| |
| | |
Should make accidental octals more visible.
|
| | |
|
|\| |
|
| |
| |
| |
| | |
also: various other cleanup
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- Replace obvious cases of '/' literal with PATHSEP. (There are still
some remaining cases that need closer inspection.)
- Fixup tests: ui/screen_basic
closes #7117
ref https://github.com/neovim/neovim/issues/2471#issuecomment-271193714
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
Note: formatc.lua was unable to swallow some newer additions to ExprASTNodeType
(specifically `kExprNodeOr = '|'` and probably something else), so all `= …`
were dropped: in any case they only were there in order to not bother updating
viml_pexpr_debug_print_ast_node and since it is now known all nodes which will
be present it is not much of an issue.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
This is basically what Vim already does, in addition to forbidding floats should
there be a concat immediately before it.
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
It may have incorrectly tried to call everything because of essentially “value”
nodes being treated as not such.
|
| |
| |
| | |
Purpose is similar to that of `screen:snapshot_util()`, but in different domain.
|