| Commit message (Collapse) | Author | Age |
| |
|
| |
|
|
|
|
|
| |
Should speed up execution without arabic characters a bit, slowing down with
arabic characters. More necessary, this allows coloring prompt without caring
about arabic shaping at the first iteration.
|
| |
|
| |
|
|
|
|
| |
https://github.com/neovim/bot-ci/pull/105#issuecomment-309282132
|
|
|
|
| |
References https://github.com/neovim/bot-ci/pull/105
|
|\
| |
| | |
add kbtree_t and use it for bufhl
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
|/ |
|
|\
| |
| | |
Allow multiple function definitions in one :execute
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
This will still error out on `:endfunction | next`, but defining many functions
in one `:execute` should be possible.
|
| | |
|
| | |
|
| |
| |
| |
| | |
Ref #6844
|
|\ \ |
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| | |
if (oap->regname == 0 &&
oap->motion_type != kMTLineWise &&
oap->line_count == 0 &&
!oap->use_reg_one ){
then reg is not initialised
and our call to set_clipboard will dereference NULL
}
|
| |
| |
| |
| |
| |
| |
| | |
rbuffer_read_ptr may return a null
if ptr == null && cnt == 0 && !out_data_decide_throttle(cnt)
then we would have called out_data_append_to_screen(ptr, cnt, eof)
which dereferences the null pointer.
|
| |
| |
| |
| |
| |
| |
| |
| | |
Avoids attempt to install manpage to system location.
Also:
- Don't attempt `nvim --version` until after it was built.
- Remove unnecessary `mkdir`.
|
| |
| |
| |
| |
| |
| |
| | |
Problem: Reading past end of line when using previous substitute pattern.
(Dominique Pelle)
Solution: Don't set "pat" only set "searchstr".
https://github.com/vim/vim/commit/ea683da58cf9ecf3afab9d650d3d2da76e5298d3
|
|\ \ |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This allows users who have per-project Ruby versions (e.g. with `rvm`)
to pin to a particular gem installation.
For example: `let g:ruby_host_prog = 'rvm system do neovim-ruby-host'`
|
| |/
| |
| |
| |
| |
| |
| | |
Sometimes the `gem list` command used for finding the latest version of
the `neovim` gem prints an error, which can throw off the `split()` call
due to extra parenthesis. This locks down the split pattern to make
conflicts less likely.
|
|\ \
| |/
|/| |
scripts/pvscheck.sh: fixes
|
|/
|
|
| |
[ci skip]
|
|
|
|
|
|
|
|
| |
* Update libuv to 1.12.0
* Update msgpack-c to 2.13
* Update LuaJIT to 2.0.5 (82151a45 for a Windows build fix)
* Update jemalloc to 4.5.0
* Update luv to 1.9.1-1
* Update gperf to 3.1
|
|\
| |
| | |
coverity/155509: negative close() arg
|
| | |
|
|\ \
| | |
| | | |
ci: Bump clang version to 4.0
|
| | | |
|
|/ / |
|
|\ \
| | |
| | | |
window specific ui highlighting: part 2
|
| | | |
|
|/ / |
|
| |
| |
| |
| |
| |
| |
| |
| | |
Problem: When startup test fails it's not easy to find out why.
GUI test fails with Gnome.
Solution: Add the help entry matches to a list an assert that.
Set $HOME for Gnome to create .gnome2 directory.
https://github.com/vim/vim/commit/50fa8dd00c241fa0786fe92ecc02fee4e5d28e06
|
| |
| |
| |
| |
| |
| | |
This was added from the beginning to submit_pr in 775a16b0b, but I
cannot see why that is useful - in contrast, it will mess with the local
branch in case "origin" cannot be pushed to (i.e. when it points to
neovim/neovim itself).
|
| |
| |
| |
| |
| |
| |
| |
| | |
The ':tcd' command is the first tab-specific command written to the file
and it is wrapped inside an 'if has('nvim')' block to keep the session
file compatible with Vim.
Closes #6678
|
| |
| |
| |
| |
| |
| |
| |
| | |
Problem: When creating a bufref, then using :bwipe and :new it might get
the same memory and bufref_valid() returns true.
Solution: Add br_fnum to check the buffer number didn't change.
https://github.com/vim/vim/commit/45e5fd135da5710f24a1acc142692f120f8b0b78
|
| |
| |
| |
| | |
[ci skip]
|
|\ \
| |/
|/| |
vim-patch:7.4.2360
|