1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-11-24 07:53:41 +03:00
kakoune/rc
Jan-Jaap Korpershoek fcc8ed5df3 [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:25:02 +01:00
..
detection Check if buffile is path before loading editorconfig settings 2019-08-20 14:55:17 -04:00
filetype [html] Fix indentation when entering a newline while in the middle of a tag 2019-11-03 12:25:02 +01:00
tools Add a -verbatim switch to evaluate-commands for perfect forwarding 2019-10-23 22:30:23 +11:00
windowing Accept tmux pre-release and rc versions 2019-10-22 10:25:41 -04:00