mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
vim-patch: 8.0.00{12, 46, 93} (#7098)
vim-patch:8.0.0012
Problem: Typos in comments.
Solution: Change "its" to "it's". (Matthew Brener, closes vim/vim#1088)
9af4184276
vim-patch:8.0.0046
version.c: mark 8.0.0046 applied
vim-patch:8.0.0063
version.c: mark 8.0.0063 as NA patch
This commit is contained in:
parent
a7538371fe
commit
0795dd3c90
@ -3127,7 +3127,7 @@ static char_u *get_mef_name(void)
|
||||
STRCPY(name, p_mef);
|
||||
sprintf((char *)name + (p - p_mef), "%d%d", start, off);
|
||||
STRCAT(name, p + 2);
|
||||
// Don't accept a symbolic link, its a security risk.
|
||||
// Don't accept a symbolic link, it's a security risk.
|
||||
FileInfo file_info;
|
||||
bool file_or_link_found = os_fileinfo_link((char *)name, &file_info);
|
||||
if (!file_or_link_found) {
|
||||
|
@ -666,7 +666,7 @@ static const int included_patches[] = {
|
||||
66,
|
||||
// 65 NA
|
||||
64,
|
||||
// 63,
|
||||
// 63 NA
|
||||
62,
|
||||
// 61 NA
|
||||
60,
|
||||
@ -683,7 +683,7 @@ static const int included_patches[] = {
|
||||
49,
|
||||
// 48 NA
|
||||
47,
|
||||
// 46,
|
||||
46,
|
||||
// 45 NA
|
||||
// 44,
|
||||
43,
|
||||
@ -717,7 +717,7 @@ static const int included_patches[] = {
|
||||
// 15 NA
|
||||
// 14 NA
|
||||
// 13 NA
|
||||
// 12,
|
||||
12,
|
||||
// 11 NA
|
||||
// 10 NA
|
||||
// 9 NA
|
||||
|
Loading…
Reference in New Issue
Block a user