Skip to content

Commit 2c6b5b7

Browse files
authored
Update README.md
1 parent 4018a2b commit 2c6b5b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ vim.api.nvim_buf_set_keymap(0, 'n', '<S-F6>', "<cmd>CompilerToggleResults<cr>",
105105
| `:CompilerOpen` | Shows the adecuated compiler for your buffer's filetype. |
106106
| `:CompilerToggleResults` | Open or close the compiler results. |
107107
| `:CompilerRedo` | Redo the last selected option. |
108+
| `:CompilerStop` | Dispose all tasks. |
108109

109110

110111
## How to use (Basic usage)
@@ -194,6 +195,5 @@ If you want to help me, please star this repository to increase the visibility o
194195
</a>
195196

196197
## Roadmap
197-
* Command: `CompilerStop` to kill and clear all running jobs. This allow people easily creating a keymapping like "kill all and redo.
198198
* Update the wiki to reflect the fact that now is possible runnig multible `executable` in solutions.
199199
* Better windows compatibility when not using WLS: The commands `rm -rf` and `mkdir -p` only exist on unix. To support Windows without WLS we should run the equivalent powershell command when Windows is detected.

0 commit comments

Comments
 (0)