jmacdonald / scribe

Text editor components
MIT License
173 stars 7 forks source link

Decouple Buffer and GapBuffer types #6

Open jmacdonald opened 9 years ago

jmacdonald commented 9 years ago

The Buffer type should be interacting with a generic type with a specific trait, not the GapBuffer class itself.