| Commit message (Collapse) | Author | Age |
|\ |
|
| | |
|
| |
| |
| |
| |
| | |
Before this change, if $NVIM_LISTEN_ADDRESS was invalid, v:servername
was left empty.
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
Usage of this script was removed 0c2ec77ae0c0.
|
|\ \
| |/
|/| |
remove last usages of screen functions in os/shell.c
|
| | |
|
|/ |
|
| |
|
| |
|
|
|
| |
fix #8216
|
| |
|
|\
| |
| | |
TUI: clean up handling of CursorShape enum
|
|/ |
|
|\ |
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The implementation of vim_fgets() differs between Neovim and Vim.
Vim says that it only returns `true` for EOF. But it always returns `true` when
fgets() returns NULL. This happens for EOF _or_ errors.
That probably misguided the author of Neovim's vim_fgets(), which does NOT
return `true` for errors.
Since all the callers of vim_fgets() probably expect it to work as it does in
Vim (and not as it says), it now returns the same values as the Vim
implementation.
Fixes #8227
|
|\ |
|
| |
| |
| |
| |
| |
| | |
closes #2454
closes #8213
ref #7972
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Problem: Loading file type detection slows down startup.
Solution: Store the last pattern of an autocommand event to make appending
quicker.
https://github.com/vim/vim/commit/462455ee8b81cb5709007d91248ac4a88308d6e9
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Problem: Cannot detect Bazel BUILD files on some systems.
Solution: Check for BUILD after script checks. (Issue vim/vim#1340)
https://github.com/vim/vim/commit/39170e2d9761345df4be67d4d3928ac1094b9adf
vim-patch:8.0.1283: test 86 fails under ASAN
|
| | |
| | |
| | |
| | |
| | |
| | | |
https://github.com/vim/vim/commit/d09a206ee94ccb653707ce9b6e536d4d58886e04
vim-patch:8.0.0564: cannot detect Bazel BUILD files on some systems
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Problem: script-local variable defined in the wrong script
Solution: Move variable to autoload/filetype.vim.
https://github.com/vim/vim/commit/cef7322d8a902b4655ed861489c4e798672074f0
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Problem: Loading file type detection slows down startup.
Solution: Move functions to an autoload script.
https://github.com/vim/vim/commit/851ee6c3da5fd726d92e1e3300d7e5e2e8b907c5
---
vim-patch:8.0.0635
Problem: When 'ignorecase' is set script detection is inaccurate.
Solution: Enforce matching case for text. (closes #1753)
|
|/ /
| |
| | |
Fixes #8186
|
| |
| |
| | |
fixes #7375
|
| |
| |
| |
| |
| |
| | |
Tested with:
make CMAKE_EXTRA_FLAGS='-DLANGUAGES="en_GB;ja;sk"'
closes #8219
|
|\ \ |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Problems:
- In two places in shada_read_when_writing() memory just was not freed. Both
places were verified to cause test failures.
- Numbered marks got assigned incorrect (off-by-one compared to position in the
array) numbers in replace_numbered_mark.
- It was possible to have non-continuously populated array of numbered marks
which messed up code for merging them.
(Note about tests: marks with additional data are always compared different when
merging, that caused some confusion regarding why test did not work the way
I expected.)
|
| | |
| | |
| | | |
To be used in debugging printfs.
|
| | |
| | |
| | | |
Attempt to fix observed crash. Crash currently not reproduced.
|
| | |
| | |
| | | |
Known to cause memory leak, but not an expected crash.
|
| | |
| | |
| | |
| | | |
This reverts commit aa728798b4bd89b59cee86103885c15d386f73ba.
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
Based on https://github.com/neovim/neovim/pull/5908#issuecomment-375909903, but
with adjusted condition as line number or column less then zero should not
appear at all based on what I know.
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Problems so far:
- Marks in the current instance are not adjusted.
- Duplicates are not removed (not that it works in Vim either now, not at
8.0.134 at least).
|
|\ \ \
| | | |
| | | | |
closes #6659
|
| | | | |
|
| | |/
| |/| |
|
|/ / |
|
| | |
|