Browse Subversion Repository
Diff of /buffer_manager.rb
Parent Directory
| Revision Log
| Patch
| 1 |
|
# buffer.rb: the class definition of Edmaru::BufferManager |
| 2 |
# |
# |
|
# Edmaru: A scalable editor implemented by Ruby. |
|
| 3 |
# Copyright (C) 2007 Takashi Nakamoto |
# Copyright (C) 2007 Takashi Nakamoto |
| 4 |
# |
# |
| 5 |
# This program is free software; you can redistribute it and/or modify |
# This program is free software; you can redistribute it and/or modify |
| 17 |
# 02110-1301 USA. |
# 02110-1301 USA. |
| 18 |
# |
# |
| 19 |
|
|
| 20 |
require "buffer" |
require "buffer.rb" |
| 21 |
|
|
| 22 |
module Edmaru |
module Edmaru |
| 23 |
|
|
|
|
Legend:
| Removed from v.10 |
|
| changed lines |
| |
Added in v.12 |
|
|
|