Skip to content

Commit 764b342

Browse files
committed
fix documentation to remove unimplemented feature
1 parent 7db6e59 commit 764b342

1 file changed

Lines changed: 3 additions & 10 deletions

File tree

README.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -134,26 +134,19 @@ let g:bullets_outline_levels = ['num', 'abc', 'std*']
134134
" 2. second parent [ <cr><C-d> ]
135135
```
136136

137-
Enable/disable automatically renumbering the current ordered bullet list when adding/changing bullets:
137+
Enable/disable automatically renumbering the current ordered bullet list when changing the indent level of bullets:
138138

139139
```vim
140140
let g:bullets_renumber_on_change = 1 " default = 1
141-
" Example 1:
142-
" 1. first existing bullet
143-
" 2. second existing bullet [ hit <cr> ]
144-
" 3. new bullet [ add this new bullet ]
145-
" 4. third existing bullet [ this got renumbered 3 -> 4 ]
146-
"
147-
" Example 2:
141+
" Example:
148142
" 1. first existing bullet
149143
" a. second existing bullet [ hit <C-t> ]
150144
" 2. third existing bullet [ this got renumbered 3 -> 2 when bullet 2 got demoted ]
151145
152146
let g:bullets_renumber_on_change = 0
153147
" Example:
154148
" 1. first existing bullet
155-
" 2. second existing bullet [ hit <cr> ]
156-
" 3. new bullet [ add this new bullet ]
149+
" a. second existing bullet [ hit <C-t> ]
157150
" 3. third existing bullet [ no renumbering so this bullet remained `3` ]
158151
```
159152

0 commit comments

Comments
 (0)