Refreshing should not change margin of the contents
Open
- Dominant language
- Vim Script
- Stars
- 7
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
I can generate a contents and move it to the right add more spaces on the left side. But, after `HpRefresh` command, it moves back.
**Example:**
Before refreshing:
```
*CONTENTS*
Chapter 1 .......|chapter1|
```
Expected:
```
*CONTENTS*
Chapter 1 .......|chapter1|
```
Actual:
```
*CONTENTS*
Chapter 1 .......|chapter1|
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.