mirror of
https://github.com/mawww/kakoune.git
synced 2024-11-25 21:16:38 +03:00
Merge branch 'patch-1' of http://github.com/circumspect/kakoune
This commit is contained in:
commit
84fd3bc7c8
@ -90,7 +90,7 @@ things easier to understand, bugs easier to fix, and code easier to change.
|
|||||||
|
|
||||||
- When we want a direct result, we need to be synchronous with
|
- When we want a direct result, we need to be synchronous with
|
||||||
the user. A 4x speed improvement is meaningless; we need to have an
|
the user. A 4x speed improvement is meaningless; we need to have an
|
||||||
algorithm which appears instantaneous the user.
|
algorithm which appears instantaneous to the user.
|
||||||
|
|
||||||
- When we want an asynchronous result, the processing is best left
|
- When we want an asynchronous result, the processing is best left
|
||||||
to a helper command which can be reused with other Unix tools.
|
to a helper command which can be reused with other Unix tools.
|
||||||
|
Loading…
Reference in New Issue
Block a user