| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
This reverts commit 17d2dc9477444786b3db8ea834a45abbcb88abfd.
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #743
|
|
|
|
older compilers
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This commit introduces the `readonly` variable as well as the `-ro`
command line option which prevent buffers from being overwritten on
disk when the `write` command is used without arguments. Some buffers
can selectively be put in readonly mode by setting the `readonly`
variable on the `buffer` scope, the `global` mode will affect all
buffers (even those who will be open subsequently), using the `window`
scope will have no effect.
Closes #685
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #733
|
|
Running hooks is non critical, and should never `fail` as far as
caller is concerned.
|
|
They used to be ran before the buffer was added to the buffer list
we now run them afterwards.
|
|
Fixes #727
|
|
Fixes #722
|
|
Fixes #720
|
|
|
|
|
|
As seen in #715, that was not supported correctly
|
|
Should improve the issues raised #714
|
|
Only consider a buffer to be Crlf if *all* of its lines use it, else
consider it as Lf with embedded Cr chars.
Fixes #686
|
|
|
|
|
|
Fixes #709
|
|
Fixes #706
|
|
|
|
|
|
Fixes #699
|