Skip to content

Commit b9b8f83

Browse files
authored
fixed more typos
1 parent f8efe28 commit b9b8f83

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

assets/doc/targets/neovim.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The default order of fields in each terminal description in the menu is
4646
3. `term_title` Usually either the systemname, username, and current directory of the shell, or the name of the currently running process in that shell. (unlabeled by default)
4747
4. `name` The name of the terminal buffer (unlabeled by default).
4848

49-
The user can reorder these items and set their labels in the menu by setting a global variable, `g:slime_neovim_menu_order`, that should be an array of dictionaries. Keys should be exactly the names of the fields, shown above, and the values (which should be strings) will be the labels in the menu, according to user preference. Use empty strings for no label. The order of the dictionaries in the array will be the order used in the menu.
49+
The user can reorder these items and set their labels in the menu by setting a global variable, `g:slime_neovim_menu_order`, that should be an array of dictionaries. Keys should be exactly the names of the fields, shown above, and the values (which must be strings) will be the labels in the menu, according to user preference. Use empty strings for no label. The order of the dictionaries in the array will be the order used in the menu.
5050

5151
For example:
5252

@@ -64,7 +64,7 @@ No validation is performed on these customization values so be sure they are pro
6464

6565
## Unlisted Terminals
6666

67-
By default, Slime can send text to unlisted terminals (such as those created by [toggleterm.nvim](https://github.com/akinsho/toggleterm.nvim).
67+
By default, Slime can send text to unlisted terminals (such as those created by [toggleterm.nvim](https://github.com/akinsho/toggleterm.nvim)).
6868

6969
To disable this capability, and prevent unlisted terminals from being shown in menu configuration and from being suggested as a default set `g:slime_neovim_ignore_unlisted = 1` (or to any other logically true value). Setting `g:slime_neovim_ignore_unlisted = 0` preserves the default of being able to send to unlisted terminals.
7070

@@ -162,7 +162,7 @@ function! GetSlimePid()
162162
endfunction
163163
164164
165-
"default statuslin with :set ruler
165+
"default statusline with :set ruler
166166
set statusline=%<%f\ %h%m%r%=%-14.(%l,%c%V%)\ %P
167167
" Append the custom function outputs to the right side of the status line
168168
set statusline+=%{GetSlimeJobId()}\ %{GetSlimePid()}

0 commit comments

Comments
 (0)