Merge pull request #266 from karbassi/patch-1

Clarify word use
This commit is contained in:
Federico Terzi 2020-05-05 19:09:25 +02:00 committed by GitHub
commit 2ed15d1d03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -177,7 +177,7 @@ If you now type `:div`, you get the `<div></div>` expansion, with the cursor bet
* This feature should be used with care in **multiline** expansions, as it may yield
**unexpected results** when using it in code editors that support **auto indenting**.
This is due to the way the feature is implemented: espanso simulates a series of `left arrow`
key-presses to position the cursor in the right position. This works perfectly in single line
key-presses to position the cursor in the correct position. This works perfectly in single line
replacements or in non-autoindenting fields, but can be problematic in code editors, as they
automatically insert indentations that modify the number of required presses in a way
espanso is not capable to detect.
@ -479,4 +479,4 @@ see the following replacement appear:
```
<a href='YOUR_COPIED_LINK'></a>
```
```