This website requires JavaScript.
Explore
Help
Sign In
xenia
/
kakoune
Watch
1
Star
0
Fork
0
You've already forked kakoune
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
fcc8ed5df3
kakoune
/
test
/
indent
/
html
/
indent-on-new-line
/
cmd
2 lines
12 B
Plaintext
Raw
Normal View
History
Unescape
Escape
[html] Fix indentation when entering a newline while in the middle of a tag Example: ``` <tag>|</tag> ``` Then press enter Old behaviour: ``` <tag> </tag> ``` New behaviour: ``` <tag> </tag> ``` I also added a test for it
2019-11-03 12:12:11 +01:00
i<ret><esc>
Reference in New Issue
Copy Permalink
Mastodon