Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Splice error during startup, modifiable is off #14

Open
srathbun opened this issue May 22, 2013 · 0 comments
Open

Splice error during startup, modifiable is off #14

srathbun opened this issue May 22, 2013 · 0 comments

Comments

@srathbun
Copy link

When attempting to use splice, I get the following traceback:

"Database.js.BASE.67139.js" 945L, 31423C
"Database.js.REMOTE.67139.js" 953L, 31708C
Error detected while processing function splice#SpliceInit:
line    3:
E21: Cannot make changes, 'modifiable' is off
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/Users/srathbun/.vim/bundle/splice/autoload/splice.py", line 19, in SpliceInit
    splice.init()
  File "/Users/srathbun/.vim/bundle/splice/autoload/splicelib/init.py", line 113, in init
    modes.current_mode.activate()
  File "/Users/srathbun/.vim/bundle/splice/autoload/splicelib/modes.py", line 394, in activate
    return super(GridMode, self).activate()
  File "/Users/srathbun/.vim/bundle/splice/autoload/splicelib/modes.py", line 102, in activate
    self.layout(self._current_layout)
  File "/Users/srathbun/.vim/bundle/splice/autoload/splicelib/modes.py", line 73, in layout
    getattr(self, '_layout_%d' % layoutnr)()
  File "/Users/srathbun/.vim/bundle/splice/autoload/splicelib/modes.py", line 224, in _layout_0
    self.open_hud(5)
  File "/Users/srathbun/.vim/bundle/splice/autoload/splicelib/modes.py", line 124, in open_hud
    self.redraw_hud()
  File "/Users/srathbun/.vim/bundle/splice/autoload/splicelib/modes.py", line 165, in redraw_hud
    buffers.hud.set_lines(self.hud_lines())
  File "/Users/srathbun/.vim/bundle/splice/autoload/splicelib/util/bufferlib.py", line 19, in set_lines
    self._buffer[:] = lines
vim.error: cannot save undo information
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant