Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- they are now created with 600 permissions on unix
to prevent leaking file contents to other users
- they use the ~ suffix used by emacs etc
for better compatibility with gitignores, etc.
- we now call fdatasync / _commit to ensure that even
if power goes out halfway through saving, no data can be lost
|
|
well i found a project somewhere with extremely long
.editorconfig values that aren't documented in the spec
whodathunk!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
this lets us remove the length limitations which were previously imposed
|
|
this fixes a bug where the cursor would be blocked by the signature help
|
|
|
|
|
|
|
|
fix fs_file_size on windows
|
|
|
|
|
|
|
|
|
|
resolves #1
|
|
|
|
|
|
|
|
|
|
|