mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 07:28:34 +00:00
vim-patch:7.4.1840
Problem: When using packages an "after" directory cannot be used.
Solution: Add the "after" directory of the package to 'runtimepath' if it
exists.
a570244531
This commit is contained in:
@@ -76,6 +76,7 @@ static char *features[] = {
|
||||
// clang-format off
|
||||
static int included_patches[] = {
|
||||
1960,
|
||||
1840,
|
||||
1832,
|
||||
1831,
|
||||
1809,
|
||||
|
Reference in New Issue
Block a user