1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-11-28 02:54:31 +03:00
This commit is contained in:
Tae Won Ha 2016-10-21 23:01:25 +02:00
parent 4aec2d655b
commit b274ac9c77
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44

View File

@ -168,7 +168,7 @@ class GeneralPrefPane: PrefPane, NSTextFieldDelegate {
let wikiUrl = URL(string: "https://github.com/qvacua/vimr/wiki")!
let linkStr = NSAttributedString.link(withUrl: wikiUrl, text: "VimR Wiki", font: font)
let str = "Comma-separated list of ignore patterns\n"
+ "Matching files will be ignored in \"Open Quickly\".\n"
+ "Matching files will be ignored in \"Open Quickly\" and the file browser.\n"
+ "Example: */.git, */node_modules\n"
+ "For detailed information see "