0
0
mirror of https://github.com/vim/vim.git synced 2025-09-28 04:24:06 -04:00

patch 8.2.1442: outdated references to the Mac Carbon GUI

Problem:    Outdated references to the Mac Carbon GUI.
Solution:   Remove or update references. (Yee Cheng Chin, closes #6703)
This commit is contained in:
Bram Moolenaar
2020-08-13 21:05:39 +02:00
parent c771908681
commit be7529e889
9 changed files with 8 additions and 27 deletions

View File

@@ -654,7 +654,7 @@ docd(BPath &path)
drop_callback(void *cookie)
{
// TODO here we could handle going to a specific position in the dropped
// file (see src/gui_mac.c)
// file (see src/gui_mac.c, deleted in 8.2.1422)
// Update the screen display
update_screen(NOT_VALID);
}