File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ configuration. >
61
61
==============================================================================
62
62
USAGE *workspaces-usage*
63
63
64
- :WorkspacesAdd [name] [path] *:Workspaces add *
64
+ :WorkspacesAdd [name] [path] *WorkspacesAdd *
65
65
66
66
If both name and path are omitted, the current working directory will be
67
67
registered as a workspace, with the last path segment as the name.
@@ -73,18 +73,18 @@ directory will be registered as a workspace, with the given name.
73
73
if both name and path are provided, the workspace with name and path will be
74
74
registered.
75
75
76
- :WorkspacesRemove [name] *:Workspaces remove *
76
+ :WorkspacesRemove [name] *WorkspacesRemove *
77
77
78
78
If name is omitted, the workspace registered in the current working
79
79
directory will be removed, if it exists.
80
80
81
81
If name is provided, the specified workspace will be removed.
82
82
83
- :WorkspacesList *:Workspaces list *
83
+ :WorkspacesList *WorkspacesList *
84
84
85
85
Prints all workspaces.
86
86
87
- :WorkspacesOpen [name] *:Workspaces open *
87
+ :WorkspacesOpen [name] *WorkspacesOpen *
88
88
89
89
Opens the named workspace. If no name is given, vim.ui.select() will be used
90
90
as a selection interface for opening a workspace.
You can’t perform that action at this time.
0 commit comments