dzhou121 / gonvim

MIT License
1.79k stars 34 forks source link

Can't use any of the workspace commands #80

Closed joereynolds closed 6 years ago

joereynolds commented 6 years ago

The docs mention

GonvimWorkspaceNew - Create a new workspace GonvimWorkspaceNext - Switch to the next workspace GonvimWorkspacePrevious - Switch to the previous workspace GonvimWorkspaceSwitch n - Switch to workspace n

When I try these in Gonvim, they are not present so don't do anything. I've tried calling the command that this calls underneath rpc_notify(0, .... and that also doesn't work.

My steps were:

  1. Download gonvim for linux from the releases page
  2. Run it with ./gonvim.sh
  3. Attempt to use the commands

Am I doing something wrong here?

dzhou121 commented 6 years ago

Can you please run :commands to see if those are actually there?

joereynolds commented 6 years ago

If I run :command there's nothing to do with Gonvim in there :(

dzhou121 commented 6 years ago

Please try the latest v0.2.2 release.

joereynolds commented 6 years ago

That seems to have fixed it, thanks!