mirror of
https://github.com/qvacua/vimr.git
synced 2024-11-28 02:54:31 +03:00
Wording
This commit is contained in:
parent
4aec2d655b
commit
b274ac9c77
@ -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 "
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user