Skip to content

Commit 035dbfa

Browse files
williamjameshandleytbabej
authored andcommitted
Other update
1 parent c7e7fa0 commit 035dbfa

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

taskwiki/main.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,8 +301,7 @@ def task_info_or_vimwiki_follow_link():
301301
column <= line.find(']]') + 1
302302
]) or all([
303303
'[' in line,
304-
']' in line,
305-
'(' in line,
304+
'](' in line,
306305
')' in line,
307306
column >= line.find('['),
308307
column <= line.find(')') + 1

0 commit comments

Comments
 (0)