mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-13 18:25:42 +08:00
fix(lang#python): fix typo in coverage key bindings
This commit is contained in:
parent
417403749e
commit
5d9a09751d
@ -193,19 +193,19 @@ function! s:language_specified_mappings() abort
|
|||||||
|
|
||||||
call SpaceVim#mapping#space#langSPC('nmap', ['l','c', 'r'],
|
call SpaceVim#mapping#space#langSPC('nmap', ['l','c', 'r'],
|
||||||
\ 'Coveragepy report',
|
\ 'Coveragepy report',
|
||||||
\ 'coverager eport', 1)
|
\ 'coverage report', 1)
|
||||||
|
|
||||||
call SpaceVim#mapping#space#langSPC('nmap', ['l','c', 's'],
|
call SpaceVim#mapping#space#langSPC('nmap', ['l','c', 's'],
|
||||||
\ 'Coveragepy show',
|
\ 'Coveragepy show',
|
||||||
\ 'coverager show', 1)
|
\ 'coverage show', 1)
|
||||||
|
|
||||||
call SpaceVim#mapping#space#langSPC('nmap', ['l','c', 'e'],
|
call SpaceVim#mapping#space#langSPC('nmap', ['l','c', 'e'],
|
||||||
\ 'Coveragepy session',
|
\ 'Coveragepy session',
|
||||||
\ 'coverager session', 1)
|
\ 'coverage session', 1)
|
||||||
|
|
||||||
call SpaceVim#mapping#space#langSPC('nmap', ['l','c', 'f'],
|
call SpaceVim#mapping#space#langSPC('nmap', ['l','c', 'f'],
|
||||||
\ 'Coveragepy refresh',
|
\ 'Coveragepy refresh',
|
||||||
\ 'coverager refresh', 1)
|
\ 'coverage refresh', 1)
|
||||||
|
|
||||||
" +Generate {{{
|
" +Generate {{{
|
||||||
|
|
||||||
|
@ -174,10 +174,10 @@ pip install --user coverage
|
|||||||
|
|
||||||
| 模式 | 快捷键 | 功能描述 |
|
| 模式 | 快捷键 | 功能描述 |
|
||||||
| ------ | ----------- | ----------------- |
|
| ------ | ----------- | ----------------- |
|
||||||
| normal | `SPC l c r` | coverager report |
|
| normal | `SPC l c r` | coverage report |
|
||||||
| normal | `SPC l c s` | coverager show |
|
| normal | `SPC l c s` | coverage show |
|
||||||
| normal | `SPC l c e` | coverager session |
|
| normal | `SPC l c e` | coverage session |
|
||||||
| normal | `SPC l c f` | coverager refresh |
|
| normal | `SPC l c f` | coverage refresh |
|
||||||
|
|
||||||
### 交互式编程
|
### 交互式编程
|
||||||
|
|
||||||
|
@ -168,10 +168,10 @@ you need to add following snippet into your spacevim configuration file.
|
|||||||
|
|
||||||
| Mode | Key Binding | Description |
|
| Mode | Key Binding | Description |
|
||||||
| ------ | ----------- | ----------------- |
|
| ------ | ----------- | ----------------- |
|
||||||
| normal | `SPC l c r` | coverager report |
|
| normal | `SPC l c r` | coverage report |
|
||||||
| normal | `SPC l c s` | coverager show |
|
| normal | `SPC l c s` | coverage show |
|
||||||
| normal | `SPC l c e` | coverager session |
|
| normal | `SPC l c e` | coverage session |
|
||||||
| normal | `SPC l c f` | coverager refresh |
|
| normal | `SPC l c f` | coverage refresh |
|
||||||
|
|
||||||
### Text objects and motions
|
### Text objects and motions
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user