Changelog entry

This commit is contained in:
David Strobach 2020-08-13 14:23:05 +02:00
parent 9ba2eb5934
commit 2a9be599e6

View file

@ -0,0 +1,31 @@
**Added:**
* ``abbrevs`` expansion now allows for setting cursor to a specific
position within the expanded abbrev. For instance
::
abbrevs["eswap"] = "with ${...}.swap(<edit>):\n "
expands ``eswap`` as you type to environment context manager
``swap()`` syntax and places the cursor at the position of the
``<edit>`` mark removing the mark itself in the process.
**Changed:**
* <news item>
**Deprecated:**
* <news item>
**Removed:**
* <news item>
**Fixed:**
* <news item>
**Security:**
* <news item>