Skip to content

Commit 2c31f06

Browse files
committed
.
1 parent e027844 commit 2c31f06

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/links.vim

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,11 +278,12 @@ export def RemoveLink(range_info: dict<list<list<number>>> = {})
278278
? '['
279279
: '('
280280
endif
281+
281282
# Remove actual link
282283
search(symbol)
283284
exe $'norm! "_da{symbol}'
284285

285-
# Remove text link
286+
# Remove text link - it is always between square brackets
286287
search(']', 'bc')
287288
norm! "_x
288289
search('[', 'bc')

0 commit comments

Comments
 (0)