Skip to content

Commit 5716eac

Browse files
committed
Fix tiny trivial mistakes in document
1 parent d255963 commit 5716eac

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

doc/unite.txt

+11-9
Original file line numberDiff line numberDiff line change
@@ -927,7 +927,7 @@ g:unite_abbr_highlight *g:unite_abbr_highlight*
927927

928928
g:unite_cursor_line_time *g:unite_cursor_line_time*
929929
Specify the cursor line highlight time.
930-
If you scrolls cursor quickly less than it, unite will skip
930+
If you scroll cursor quickly less than it, unite will skip
931931
cursor line highlight.
932932
If it is "0.0", this feature will be disabled.
933933
Note: It is deprecated variable. Please use
@@ -1955,7 +1955,7 @@ the context dictionary.
19551955
*unite-options-cursor-line-time*
19561956
-cursor-line-time={icon-text}
19571957
Specify the cursor line highlight time.
1958-
If you scrolls cursor quickly less than it, unite will skip
1958+
If you scroll cursor quickly less than it, unite will skip
19591959
cursor line highlight.
19601960
If it is "0.0", this feature will be disabled.
19611961

@@ -2115,7 +2115,7 @@ output Nominates executed Vim command as candidates.
21152115

21162116
Source arguments:
21172117
1. Vim command.
2118-
2~. command args (but you cannot use "!" by itself)
2118+
2. command args (but you cannot use "!" by itself)
21192119

21202120
If the last argument is "!", it prints by dummy candidates.
21212121
This behavior is useful for output message.
@@ -2604,7 +2604,7 @@ converter_nothing
26042604
converter_relative_word
26052605
A converter which converts a candidate's word into a
26062606
corresponding relative path.
2607-
word can be used by matcher to narrow down the candidates and
2607+
Word can be used by matcher to narrow down the candidates and
26082608
must be set in precedence of the matcher.
26092609
If context information contains source__directory, this
26102610
converter uses it as the base path in relative path
@@ -2863,7 +2863,7 @@ name String (Required)
28632863
/
28642864
- (except the first character)
28652865

2866-
Good: "buffer" , "file_mru", "view/git"
2866+
Good: "buffer", "file_mru", "view/git"
28672867
Bad: "BadOne", "!@#$%^&*()_[]{}-|", ""
28682868

28692869
*unite-source-attribute-gather_candidates*
@@ -3187,7 +3187,8 @@ NOTATION *unite-notation*
31873187

31883188
abbr (String) (Optional)
31893189
String Displayed in unite buffer.
3190-
If it is omit, word attribute is used instead.
3190+
If it is omitted, word attribute is used
3191+
instead.
31913192
The attribute is not used for matcher.
31923193

31933194
source (String) (Optional)
@@ -3196,7 +3197,7 @@ NOTATION *unite-notation*
31963197

31973198
kind (String/List) (Optional)
31983199
The candidate kind name.
3199-
If it is omit, "common" is used.
3200+
If it is omitted, "common" is used.
32003201
Kind name list is acceptable.
32013202
Ex: ["file", "directory"]
32023203
If you use list, you do not have to define the
@@ -3265,7 +3266,7 @@ name String (Required)
32653266
/
32663267
- (except the first character)
32673268

3268-
Good: "buffer" , "file_mru", "view/git"
3269+
Good: "buffer", "file_mru", "view/git"
32693270
Bad: "BadOne", "!@#$%^&*()_[]{}-|", ""
32703271

32713272
*unite-kind-attribute-default_action*
@@ -3616,7 +3617,8 @@ And the default max candidates are limited. You can customize it by
36163617
36173618
And you must clear previous cache in file_rec sources and wait until the cache
36183619
is completed ("Directory traverse was completed" message is showed).
3619-
In large files directory, making the cache is slow. So I don't recommend it.
3620+
In a directory including large file, making the cache is slow. So I don't
3621+
recommend it.
36203622
To clear cache, you must execute |<Plug>(unite_redraw)| in unite
36213623
buffer (the default is mapped to <C-l>).
36223624

0 commit comments

Comments
 (0)