Merge branch 'fix-default-regex' of https://github.com/alex-huff/kitty
This commit is contained in:
commit
80285b67f1
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
from ..tui.handler import result_handler
|
||||
|
||||
DEFAULT_REGEX = r'(?m)^\s*(.+)\s*$'
|
||||
DEFAULT_REGEX = r'(?m)^\s*(.+?)\s*$'
|
||||
|
||||
def load_custom_processor(customize_processing: str) -> Any:
|
||||
if customize_processing.startswith('::import::'):
|
||||
|
|
|
|||
Loading…
Reference in a new issue