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

Buffer delete : error - Key not present in Dictionary: 5 #18

Open
g1ra opened this issue Jul 13, 2013 · 2 comments
Open

Buffer delete : error - Key not present in Dictionary: 5 #18

g1ra opened this issue Jul 13, 2013 · 2 comments
Labels

Comments

@g1ra
Copy link

g1ra commented Jul 13, 2013

Frequently I got an error message when deleting a buffer:

Error detected while processing function 74_BufDeleteHandler..74_StartExplorer..74_BuildAllBufferDicts..74_BuildBufferFinalDict..74_BuildBufferPathSignDict:
line 26:
E716: Key not present in Dictionary: 5
E116: Invalid arguments for function len(s:bufPathDict[bufnr]) < index
E15: Invalid expression: len(s:bufPathDict[bufnr]) < index
line 34:
E716: Key not present in Dictionary: 5
E116: Invalid arguments for function get(s:bufPathDict[bufnr],index)
E15: Invalid expression: get(s:bufPathDict[bufnr],index)
line 36:
E121: Undefined variable: part
E116: Invalid arguments for function empty(part)
E15: Invalid expression: empty(part)
line 41:
E121: Undefined variable: part
E116: Invalid arguments for function has_key(partDict, part))
E15: Invalid expression: (!has_key(partDict, part))
line 44:
E121: Undefined variable: part
E116: Invalid arguments for function add
Error detected while processing function 74_BufDeleteHandler..74_StartExplorer..74_BuildAllBufferDicts..74_BuildBufferFinalDict..74_BuildBufferPathSignDict..74_BuildBufferPathSignDict:
line 26:
E716: Key not present in Dictionary: 5
E116: Invalid arguments for function len(s:bufPathDict[bufnr]) < index
E15: Invalid expression: len(s:bufPathDict[bufnr]) < index
line 34:
E716: Key not present in Dictionary: 5
E116: Invalid arguments for function get(s:bufPathDict[bufnr],index)
E15: Invalid expression: get(s:bufPathDict[bufnr],index)
line 36:
E121: Undefined variable: part
E116: Invalid arguments for function empty(part)
E15: Invalid expression: empty(part)
line 41:
E121: Undefined variable: part
E116: Invalid arguments for function has_key(partDict, part))
E15: Invalid expression: (!has_key(partDict, part))
line 44:
E121: Undefined variable: part
E116: Invalid arguments for function add
Error detected while processing function 74_BufDeleteHandler..74_StartExplorer..74_BuildAllBufferDicts..74_BuildBufferFinalDict..74_BuildBufferPathSignDict..74_BuildBufferPathSignDict..74_BuildBu
fferPathSignDict:
line 26:
E716: Key not present in Dictionary: 5
E116: Invalid arguments for function len(s:bufPathDict[bufnr]) < index
E15: Invalid expression: len(s:bufPathDict[bufnr]) < index
line 34:
E716: Key not present in Dictionary: 5
E116: Invalid arguments for function get(s:bufPathDict[bufnr],index)
E15: Invalid expression: get(s:bufPathDict[bufnr],index)
line 36:
E121: Undefined variable: part
E116: Invalid arguments for function empty(part)
E15: Invalid expression: empty(part)
line 41:
E121: Undefined variable: part
E116: Invalid arguments for function has_key(partDict, part))
E15: Invalid expression: (!has_key(partDict, part))
line 44:
E121: Undefined variable: part
E116: Invalid arguments for function add
Error detected while processing function 74_BufDeleteHandler..74_StartExplorer..74_BuildAllBufferDicts..74_BuildBufferFinalDict..74_BuildBufferPathSignDict..74_BuildBufferPathSignDict..74_BuildBu
fferPathSignDict..74_BuildBufferPathSignDict:
line 26:
E716: Key not present in Dictionary: 5

@weynhamz
Copy link
Owner

Yes, I came across this problem several times when work with Vim sesssions, I am investigating, will keep you post.

@g1ra
Copy link
Author

g1ra commented Jul 13, 2013

Thank you very much !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants