1
1
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:
Tae Won Ha 2022-03-05 10:54:18 +01:00
parent 1fc62dff78
commit 7d0a409aab
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44

View File

@ -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