~neovim-ppa/neovim-ppa/+git/neovim:master

Last commit made on 2020-11-20
Get this branch:
git clone -b master https://git.launchpad.net/~neovim-ppa/neovim-ppa/+git/neovim
Members of Neovim PPA can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
master
Repository:
lp:~neovim-ppa/neovim-ppa/+git/neovim

Recent commits

480b041... by Jan Edmund Lazo <email address hidden>

Merge pull request #13321 from seandewar/vim-8.2.2011

vim-patch:8.2.{2006,2011}

da4e7ed... by Jan Edmund Lazo <email address hidden>

Merge pull request #13330 from adrian5/filetype-gitcommit

runtime: Patch gitcommit.vim syntax

9e405c4... by adrian5 <email address hidden>

gitcommit.vim: patch runtime/syntax to c08ee7476b1

vim/vim@c08ee7476b19f9b4de5df287797af87c4e3fba0a

dee5dfd... by adrian5 <email address hidden>

gitcommit.vim: patch runtime/ftplugin to c08ee7476

vim/vim@c08ee7476b19f9b4de5df287797af87c4e3fba0a

b0f967a... by Sean Dewar <email address hidden>

vim-patch:8.2.2011: "syn sync" reports a very large number

Problem: "syn sync" reports a very large number.
Solution: Use "at the first line".
https://github.com/vim/vim/commit/9950280d377a5c0706d141017fcef9cad598b8b0

a18f050... by Sean Dewar <email address hidden>

vim-patch:8.2.2006: .pbtxt files are not recognized

Problem: .pbtxt files are not recognized.
Solution: Recognize .pbtxt as protobuf text buffers. (closes vim/vim#7326)
https://github.com/vim/vim/commit/88774a30c0b1957a6177cdb69d2becedae610299

ad56527... by Björn Linse

Merge pull request #13319 from bfredl/bfredlpackages

startup: load files from the "start" directory of each entry in 'packpath' (as documented)

a119fe1... by Björn Linse

startup: load files from &packpath . '/start/{pluginname}'

Quoting the existing docs:

    Packages are loaded. These are plugins, as above [&runtimepath], but
    found in the "start" directory of each entry in 'packpath'. Every
    plugin directory found is added in 'runtimepath' and then the plugins
    are sourced.

Also tj didn't think I could do it.

569e5c8... by Björn Linse

Merge pull request #13316 from bfredl/vim-8.2.2005

vim-patch:8.2.2005: redoing a mapping with <Cmd> doesn't work properly

790fd58... by Thomas Vigouroux <email address hidden>

Merge pull request #13318 from tjdevries/fix_vigouxs_segfaulting_mistakes

fix: NULL segfaults brought to you by @vigoux