mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 06:36:24 +00:00
Move splitlines_like_git to a more appropriate home
This commit is contained in:
parent
ffa8c1c498
commit
7acc6bdeb8
5 changed files with 39 additions and 38 deletions
|
|
@ -8,11 +8,9 @@ import shutil
|
|||
import subprocess
|
||||
from typing import Dict, Iterator, List, Optional, Sequence, Tuple, Union
|
||||
|
||||
from kitty.fast_data_types import splitlines_like_git
|
||||
|
||||
from . import global_data
|
||||
from .collect import lines_for_path
|
||||
from .diff_speedup import changed_center
|
||||
from .diff_speedup import changed_center, splitlines_like_git
|
||||
|
||||
left_lines: Tuple[str, ...] = ()
|
||||
right_lines: Tuple[str, ...] = ()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue