Update example plugin code

master
Andy Stewart 8 years ago
parent 05084f3d65
commit 41c97afadb
  1. 2
      README.md

@ -100,7 +100,7 @@ from app.foo.buffer import FooBuffer
...
if url.endswith(".foo"):
self.buffer_dict[buffer_id] = FooBuffer(buffer_id, url, emacs_width, emacs_height)
self.create_buffer(buffer_id, FooBuffer(buffer_id, url, emacs_width, emacs_height))
...
```

Loading…
Cancel
Save