diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2013-12-15 14:38:04 +0000 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2013-12-15 14:38:04 +0000 |
| commit | eb81eef03ee794b82e23026c01cd2fc4a1a78076 (patch) | |
| tree | 0bafaac0d2e913d814a3e629dbaccba7ef1f4ed7 /src/editor.hh | |
| parent | 39b43f4c3cb58c083671f0c4423dcdc79b0dcfed (diff) | |
Move SelectMode enum as an implementation detail in normal.cc
Diffstat (limited to 'src/editor.hh')
| -rw-r--r-- | src/editor.hh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/editor.hh b/src/editor.hh index b26a8fee..5a468279 100644 --- a/src/editor.hh +++ b/src/editor.hh @@ -12,14 +12,6 @@ namespace InputModes { class Insert; } class Register; -enum class SelectMode -{ - Replace, - Extend, - Append, - ReplaceMain, -}; - enum class InsertMode : unsigned { Insert, |
