mirror of
https://github.com/qvacua/vimr.git
synced 2024-12-26 07:13:24 +03:00
Add a note about python3 for the CLI tool
This commit is contained in:
parent
1fc62dff78
commit
7d0a409aab
@ -129,7 +129,10 @@ class GeneralPref: PrefPane, UiComponent, NSTextFieldDelegate {
|
|||||||
cliToolButton.target = self
|
cliToolButton.target = self
|
||||||
cliToolButton.action = #selector(GeneralPref.copyCliTool(_:))
|
cliToolButton.action = #selector(GeneralPref.copyCliTool(_:))
|
||||||
let cliToolInfo = self.infoTextField(
|
let cliToolInfo = self.infoTextField(
|
||||||
markdown: "Put the executable `vimr` in your `$PATH` and execute `vimr -h` for help."
|
markdown: #"""
|
||||||
|
Put the executable `vimr` in your `$PATH` and execute `vimr -h` for help.\
|
||||||
|
You need `python3` executable in your `$PATH`.
|
||||||
|
"""#
|
||||||
)
|
)
|
||||||
|
|
||||||
let vcsIg = self.defaultUsesVcsIgnoresCheckbox
|
let vcsIg = self.defaultUsesVcsIgnoresCheckbox
|
||||||
|
Loading…
Reference in New Issue
Block a user