Skip to content

Commit 0010913

Browse files
committed
Update doc
1 parent 50a95c7 commit 0010913

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@ You need to remove this plugin as well as `config_home` (default: `~/.vim/vim-pr
147147

148148
| Command | Description |
149149
|----------------------------|------------------------------------------|
150-
| Project `<path>` | Add existing project, then open it |
151-
| ProjectNew `<path>` | Create new project by running predefined tasks |
150+
| Project `<path>` | Add an existing folder at `path` as project, then open it |
151+
| ProjectNew `<path>` | Create a new folder as project at `path` by running predefined tasks |
152152
| ProjectList | Show all projects |
153153
| ProjectSearchFiles | Search files by name |
154154
| ProjectSearchFilesRest | Reset search files, useful when new files added outside |
@@ -499,7 +499,8 @@ let g:vim_project_config.list_mappings_git_branch = {
499499
| search_exclude | Excluding folders/files for search files |
500500
| find_in_files_exclude | Excluding folders/files for find in files |
501501
| file_mappings | Keymappings to switch between files quickly |
502-
| tasks | tasks to run using vim 'terminal' feature |
502+
| tasks | Tasks to run using vim 'terminal' feature |
503+
| new_project_base | The base directory used for `:ProjectNew path`. |
503504
| project_views | Define project views by `[[show-pattern, hide-pattern?], ...]` |
504505
| commit_message | Default commit message. Can be string or Function reference. |
505506
| debug | Show debug messages |

0 commit comments

Comments
 (0)