Skip to content

Commit b04bdfe

Browse files
committed
Small fixes in docs
1 parent adf218b commit b04bdfe

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

doc/julia-vim-L2U.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ plug-in which is known to be incompatible with this feature is detected: see
138138

139139
Some LaTeX sequences can be valid both as they are and as partial matches for
140140
other sequences, e.g. `\ne` is associated with `≠`, but it is also a partial
141-
match for `\nequiv` (`≢`). By default, if <Tab> finds an exact match performs
141+
match for `\nequiv` (`≢`). By default, if <Tab> finds an exact match it performs
142142
the substitution, but this can be controlled by the |g:latex_to_unicode_eager|
143143
setting.
144144

@@ -198,7 +198,7 @@ uses |keymap| to generate the mappings. This has the advantage that it works
198198
in more circumstances, e.g. in |Command-line| mode or when searching within a
199199
line with |f| or |t| (since it uses |language-mapping| underneath). It can
200200
also be easily turned on or off like any other keymap (see |i_CTRL-^| and
201-
|c_CTRL-^|). Like the as-you-type fature, it doesn't work with emojis.
201+
|c_CTRL-^|). Like the as-you-type feature, it doesn't work with emojis.
202202
The disadvantage is that you don't see the whole sequence as you're typing
203203
it, and you can't fix mistakes with backspace, for example.
204204
Another difference is that there is a |timeout| like for any other mapping.
@@ -208,7 +208,9 @@ You can use it in parallel with the other methods, they don't interfere. For
208208
example, typing a partial sequence and pressing <Tab> still triggers
209209
completions and suggestions if |g:latex_to_unicode_tab| is active.
210210

211-
If you use this feature, it's also useful to set |lCursor|.
211+
When this feature is active, in insert or replace mode you'll see `(L2U)` in
212+
the mode indicator. If you use this feature, and you use a GUI, it may also
213+
be useful to set |lCursor|.
212214

213215
------------------------------------------------------------------------------
214216
LATEX TO UNICODE ON DIFFERENT FILE TYPES *julia-vim-L2U-file-types*

0 commit comments

Comments
 (0)