Yee Cheng Chin d8d7df81ad Add data detector support for lookup, so URLs etc will work properly
This automatically uses NSDataDetector to detect special data around the
lookup cursor position, and if found, will manually call showDefinition
instead of letting the OS do it for us (honestly, this feature should be
built-in to the OS instead of such manual work). Right now only doing
address/phone number/URL (URL has priority), because we don't have
built-in definition support for the other types like flight info and so
on. This also only works for what is drawn on-screen only, because as
usual, MacVim doesn't have access to the native text storage, unless we
rely on lots of callbacks back-and-forth (which is possible, but
annoying to implement).
2022-10-13 18:15:04 -07:00
2021-08-29 21:55:35 +02:00
2022-10-04 16:28:45 +01:00
2022-07-29 21:36:21 +01:00
2021-08-29 21:55:35 +02:00

Vim - the text editor - for macOS

Description
Vim - the text editor - for macOS
Readme 420 MiB
Languages
Vim Script 52.3%
C 37.9%
Objective-C 3.2%
Roff 1.5%
Makefile 1.2%
Other 3.1%