Skip to content

Commit 641a22e

Browse files
committed
Mention where own additions start
1 parent bfeafcf commit 641a22e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugin/toggle.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ function! Toggle() "{{{
230230
let s:wordUnderCursor_tmp = "define"
231231
let s:toggleDone = 1
232232

233+
" own additions
233234
elseif (s:wordUnderCursor ==? "min")
234235
let s:wordUnderCursor_tmp = "max"
235236
let s:toggleDone = 1

0 commit comments

Comments
 (0)