mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-09-05 01:09:34 +00:00
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 kitty.utils import get_editor, resolve_custom_file
|
|||
|
||||
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…
Add table
Add a link
Reference in a new issue