diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2012-01-31 14:01:48 +0000 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2012-01-31 14:01:48 +0000 |
| commit | 830d96f7a161e536469c4158bddcb771c13af607 (patch) | |
| tree | c34e9077452cfeb71c240117ce12d848ad3e6795 /src/buffer.hh | |
| parent | 959ec46a167203e69f2f1bad1569034206f02420 (diff) | |
Buffer: add NewFile buffer type for buffer with an non existing yet file
Diffstat (limited to 'src/buffer.hh')
| -rw-r--r-- | src/buffer.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/buffer.hh b/src/buffer.hh index 3cedffd3..7b010c9b 100644 --- a/src/buffer.hh +++ b/src/buffer.hh @@ -111,6 +111,7 @@ public: enum class Type { File, + NewFile, Scratch }; |
