| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
|
|
|
|
| |
New feature: `VTermState->mode.bracketpaste`
Enabled by default, but note that `vterm_state_reset()` disables it.
https://github.com/neovim/libvterm/commit/03981def6baedf459ff1539531f8a389520038fa
References #3476
New feature: `vterm_state_set_unrecognised_fallbacks`
https://github.com/neovim/libvterm/commit/acf7f19713587df91ab9bb26c84a2c9a22ba8745
Oh, and terminal reflow works now.
Closes #2514 (but not #3864, that's a bit more tricky)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The previous defaults were including the nvim suffix, causing it to
apear twice in the final paths.
kXDGDataHome and kXDGConfigHome are now set as %LOCALAPPDATA%,
kXDGCacheHome is set as $TEMP.
In Windows there is no distinction between configuration and data
storage, but we don't want to place all files under the same path.
get_xdg_home() now appends a different path suffix for kXDGDataHome.
- Configuration files are saved under %LOCALAPPDATA%\nvim
- Data files are saved under %LOCALAPPDATA%\nvim-data
|
|\ |
|
| | |
|
|/
|
|
|
|
|
|
|
|
|
|
|
| |
Prior to this change, type errors were silently ignored. They're explicit now.
setqflist(list, action, title)
setloclist(win, list, action, title)
"list" (required) must be a list.
"action" (optional) must a string.
"title" (optional) must a string or number that gets converted to a string.
An error is thrown otherwise.
|
|
|
|
| |
Co-authored-by: Wayne Rowcliffe (@war1025)
|
|\ |
|
| | |
|
|/ |
|
|\
| |
| | |
vim-patch:7.4.961
|
| |
| |
| |
| |
| |
| |
| | |
Problem: Test107 fails in some circunstances.
Solution: When using "zt", "zb" and "z=" recompute the fraction.
https://github.com/vim/vim/commit/9dc2ce398bb3456cc8f590ef0260459798b34d2a
|
|\ \
| | |
| | | |
vim-patch:7.4.952
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Problem: 'lispwords' is tested in the old way.
Solution: Make a new style test for 'lispwords'.
https://github.com/vim/vim/commit/6cd1345307440491580e5e86cb82c54ee9a46baa
|
|\ \ \ |
|
| | | |
| | | |
| | | |
| | | | |
Helped-by: ZyX <kp-pav@yandex.ru>
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Problem: User may yank or put using the register being recorded in.
Solution: Add the recording register in the message. (Christian Brabandt,
closes vim/vim#470)
https://github.com/vim/vim/commit/a0ed84a26897c994512873a895b9fc54e90c6845
|
|\ \ \ \ |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Problem: Dragging the current tab with the mouse doesn't work properly.
Solution: Take the current tabpage index into account. (Hirohito Higashi)
https://github.com/vim/vim/commit/4a4b821085847651b71d8ad9fab9f180635cb453
|
| | | | | |
|
|\ \ \ \ \ |
|
| | | | | | |
|
|/ / / / /
| | | | |
| | | | |
| | | | | |
Closes #3650.
|
| | | | |
| | | | |
| | | | |
| | | | | |
Fixes #4352.
|
| | | | |
| | | | |
| | | | |
| | | | | |
References #3640.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Add v:event variable and TextYankPost autocommand
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
receivers.
Add helper functions dict_clear and dict_set_keys_readonly.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Reviewed by @watiko
Ported from https://github.com/Silex/vim/commit/de53ab72c89affa8ba77536ed8920751c037d127
|
|/ / / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
qf_fill_buffer: Avoid buffer overflow.
|
|/ / / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This was caught by FORTIFY_SOURCE (and coverity).
Fixes #4371
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Make it possible to eval() all floating-point values dumped by string()
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Closes #4363.
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Fixes #3263
|
| | | | | |
| | | | | |
| | | | | | |
Closes #3248
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Replace hack used to run TermOpen with nested modifier
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Ref #4306
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
This reverts commit b01db02de4753908b3595b5ada0a6929e595e930, reversing
changes made to 62321e5132ed29b11f79c8a56ca172d56b9ac042.
|
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
Enable -Wconversion for ex_cmds2.c
|