Merge remote-tracking branch 'capisce/spellingfix'
This commit is contained in:
commit
578e4c4aaa
|
@ -29,7 +29,7 @@ interact with these tools.
|
|||
|
||||
For example, sorting lines should be done using the Unix sort command, not
|
||||
with an internal implementation. Kakoune should make it easy to do that,
|
||||
hence the +|+ command for pipping selected text through a filter.
|
||||
hence the +|+ command for piping selected text through a filter.
|
||||
|
||||
The modern Unix environment is not limited to text filters, most people use
|
||||
a graphical interface nowadays, and Kakoune should be able to take advantage
|
||||
|
|
|
@ -27,7 +27,7 @@ A specific *\*debug*\* buffer is used by Kakoune to write errors or
|
|||
warnings. This is also where the ouput of the `:debug` and the `:echo
|
||||
-debug` commands will land.
|
||||
|
||||
A scratch buffer can be created by passing the `-debug` switch to the
|
||||
A debug buffer can be created by passing the `-debug` switch to the
|
||||
`:edit` command.
|
||||
|
||||
== FIFO Buffers
|
||||
|
|
Loading…
Reference in New Issue
Block a user