Skip to content

Commit 80285b6

Browse files
committed
Merge branch 'fix-default-regex' of https://github.com/alex-huff/kitty
2 parents 16faa1d + a1e63ee commit 80285b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kittens/hints/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
from ..tui.handler import result_handler
1717

18-
DEFAULT_REGEX = r'(?m)^\s*(.+)\s*$'
18+
DEFAULT_REGEX = r'(?m)^\s*(.+?)\s*$'
1919

2020
def load_custom_processor(customize_processing: str) -> Any:
2121
if customize_processing.startswith('::import::'):

0 commit comments

Comments
 (0)