Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Function unpack moved in Lua 5.2 and higher to be a method of table. #2

Open
wants to merge 1,012 commits into
base: lsp
Choose a base branch
from
Open

Function unpack moved in Lua 5.2 and higher to be a method of table. #2

wants to merge 1,012 commits into from

Conversation

mcepl
Copy link

@mcepl mcepl commented Nov 28, 2018

This is a parallel to the pull
neovim#9280 for whole Neovim.

Finally managed to persuade GitHub to make this PR!

@mcepl
Copy link
Author

mcepl commented Dec 3, 2018

I have also added patch mentioned in neovim#6856 (comment) to this pull request.

coditva and others added 28 commits December 31, 2018 12:44
Instead define that the shared top-left part of the grid is preserved.
make Screen explicitly tied to its session
Handle the rare case of full highlight table properly
implement ext_multigrid: draw each window on a separate resizable grid.
Apparently Konsole's terminfo is still broken.

ref neovim#9364
closes neovim#9420
    $ LC_ALL=en_US.UTF-8 MANROFFSEQ='' MANWIDTH=80 man --warnings -E UTF-8 -l -Tutf8 -Z man/nvim.1 >/dev/null
    mdoc warning: A .Bl directive has no matching .El (neovim#59)
This avoids generating the tags files all the time, and makes `make
install` with `CMAKE_INSTALL_MESSAGE=LAZY` much more silent in general.

Using `copy_if_different` instead of `remove` + `copy_directory` might
be good on top, but is a) not really necessary anymore and b) would not
sync removed files.
For this `file(COPY` could be used, but would require to re-run cmake on
changed input files then.
nvim.1: Add missing .El directive
travis: Run ci for release-* branches
tjdevries and others added 30 commits January 21, 2019 23:08
Wow, can't believe that this actually ran after I refactored so much of
how callbacks are handled...

but I'm glad I refactored it. Should be alot easier to add more
callbacks in the future, as well as change the behavior for
configuration and options.

Also moved stuff to quickfix/loclist and made the first "configuration"
options for those. I'll expose those later.
When we finally have vim.compat library, it is time to use it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet