@@ -927,7 +927,7 @@ g:unite_abbr_highlight *g:unite_abbr_highlight*
927
927
928
928
g:unite_cursor_line_time *g:unite_cursor_line_time*
929
929
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
931
931
cursor line highlight.
932
932
If it is "0.0", this feature will be disabled.
933
933
Note: It is deprecated variable. Please use
@@ -1955,7 +1955,7 @@ the context dictionary.
1955
1955
*unite-options-cursor-line-time*
1956
1956
-cursor-line-time={icon-text}
1957
1957
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
1959
1959
cursor line highlight.
1960
1960
If it is "0.0", this feature will be disabled.
1961
1961
@@ -2115,7 +2115,7 @@ output Nominates executed Vim command as candidates.
2115
2115
2116
2116
Source arguments:
2117
2117
1. Vim command.
2118
- 2~ . command args (but you cannot use "!" by itself)
2118
+ 2. command args (but you cannot use "!" by itself)
2119
2119
2120
2120
If the last argument is "!", it prints by dummy candidates.
2121
2121
This behavior is useful for output message.
@@ -2604,7 +2604,7 @@ converter_nothing
2604
2604
converter_relative_word
2605
2605
A converter which converts a candidate's word into a
2606
2606
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
2608
2608
must be set in precedence of the matcher.
2609
2609
If context information contains source__directory, this
2610
2610
converter uses it as the base path in relative path
@@ -2863,7 +2863,7 @@ name String (Required)
2863
2863
/
2864
2864
- (except the first character)
2865
2865
2866
- Good: "buffer" , "file_mru", "view/git"
2866
+ Good: "buffer", "file_mru", "view/git"
2867
2867
Bad: "BadOne", "!@#$%^&*()_[]{}-|", ""
2868
2868
2869
2869
*unite-source-attribute-gather_candidates*
@@ -3187,7 +3187,8 @@ NOTATION *unite-notation*
3187
3187
3188
3188
abbr (String) (Optional)
3189
3189
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.
3191
3192
The attribute is not used for matcher.
3192
3193
3193
3194
source (String) (Optional)
@@ -3196,7 +3197,7 @@ NOTATION *unite-notation*
3196
3197
3197
3198
kind (String/List) (Optional)
3198
3199
The candidate kind name.
3199
- If it is omit , "common" is used.
3200
+ If it is omitted , "common" is used.
3200
3201
Kind name list is acceptable.
3201
3202
Ex: ["file", "directory"]
3202
3203
If you use list, you do not have to define the
@@ -3265,7 +3266,7 @@ name String (Required)
3265
3266
/
3266
3267
- (except the first character)
3267
3268
3268
- Good: "buffer" , "file_mru", "view/git"
3269
+ Good: "buffer", "file_mru", "view/git"
3269
3270
Bad: "BadOne", "!@#$%^&*()_[]{}-|", ""
3270
3271
3271
3272
*unite-kind-attribute-default_action*
@@ -3616,7 +3617,8 @@ And the default max candidates are limited. You can customize it by
3616
3617
3617
3618
And you must clear previous cache in file_rec sources and wait until the cache
3618
3619
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.
3620
3622
To clear cache, you must execute | <Plug>(unite_redraw) | in unite
3621
3623
buffer (the default is mapped to <C-l> ).
3622
3624
0 commit comments