summaryrefslogtreecommitdiff
path: root/src/buffer.hh
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2012-01-31 14:01:48 +0000
committerMaxime Coste <frrrwww@gmail.com>2012-01-31 14:01:48 +0000
commit830d96f7a161e536469c4158bddcb771c13af607 (patch)
treec34e9077452cfeb71c240117ce12d848ad3e6795 /src/buffer.hh
parent959ec46a167203e69f2f1bad1569034206f02420 (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.hh1
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
};