$EDITOR?

Post your Gambas programming questions here.
Post Reply
User avatar
cogier
Site Admin
Posts: 1118
Joined: Wednesday 21st September 2016 2:22pm
Location: Guernsey, Channel Islands

$EDITOR?

Post by cogier »

Does anybody know what this is all about?

Image
User avatar
BruceSteers
Posts: 1523
Joined: Thursday 23rd July 2020 5:20pm
Location: Isle of Wight
Contact:

Re: $EDITOR?

Post by BruceSteers »

it's for git (version control), 'git commit' uses a terminal editor like nano
if yr using the version control then set the env in your system startup

$ export EDITOR="nano"

(i thought the message was a bug that got fixed so might not be on all gambas versions)
If at first you don't succeed , try doing something differently.
BruceS
User avatar
cogier
Site Admin
Posts: 1118
Joined: Wednesday 21st September 2016 2:22pm
Location: Guernsey, Channel Islands

Re: $EDITOR?

Post by cogier »

Thanks, Bruce. That makes sense. Getting rid of the .git folder stopped the message. I'm using Gambas 3.16.2 Stable.
Post Reply