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

Plugin errors when launching #10

Open
vendion opened this issue Nov 20, 2012 · 2 comments
Open

Plugin errors when launching #10

vendion opened this issue Nov 20, 2012 · 2 comments

Comments

@vendion
Copy link

vendion commented Nov 20, 2012

Using vim 7.2 on a headless Ubuntu server , more exactly 7.2.330, via SSH when I try to open Buffet.vim with ether the :Bufferlist or the :Bufferlistsw command the screen gets filled with the following errors:

"buflisttempbuffer412393" [New File]                                                    
Error detected while processing function <SNR>31_toggletop..<SNR>31_toggle..<SNR>31_open_new_wind
ow:
line    3:
E518: Unknown option: nornu
Error detected while processing function <SNR>31_toggletop..<SNR>31_toggle..<SNR>31_display_buffe
r_list..<SNR>31_process_callback:
line    8:
E117: Unknown function: strwidth
E15: Invalid expression: strwidth(l:i)
line    9:
E121: Undefined variable: l:temp
E116: Invalid arguments for function add
line   10:
E121: Undefined variable: l:temp
E15: Invalid expression: (s:columnwidths[l:cn] < l:temp ) 
line    8:
E117: Unknown function: strwidth
E15: Invalid expression: strwidth(l:i)
line    9:
E121: Undefined variable: l:temp
E116: Invalid arguments for function add
line   10:
E121: Undefined variable: l:temp
E15: Invalid expression: (s:columnwidths[l:cn] < l:temp ) 
line    8:
E117: Unknown function: strwidth
E15: Invalid expression: strwidth(l:i)
line    9:
E121: Undefined variable: l:temp
E116: Invalid arguments for function add
line   10:
E121: Undefined variable: l:temp
E15: Invalid expression: (s:columnwidths[l:cn] < l:temp ) 
line    8:
E117: Unknown function: strwidth
E15: Invalid expression: strwidth(l:i)
line    9:
E121: Undefined variable: l:temp
E116: Invalid arguments for function add
line   10:
E121: Undefined variable: l:temp
E15: Invalid expression: (s:columnwidths[l:cn] < l:temp ) 
line    8:
E117: Unknown function: strwidth
E15: Invalid expression: strwidth(l:i)
line    9:
E121: Undefined variable: l:temp
E116: Invalid arguments for function add
line   10:
E121: Undefined variable: l:temp
E15: Invalid expression: (s:columnwidths[l:cn] < l:temp ) 
line    8:
E117: Unknown function: strwidth
E15: Invalid expression: strwidth(l:i)
line    9:
E121: Undefined variable: l:temp
E116: Invalid arguments for function add
line   10:
E121: Undefined variable: l:temp
E15: Invalid expression: (s:columnwidths[l:cn] < l:temp ) 
line    8:
E117: Unknown function: strwidth
E15: Invalid expression: strwidth(l:i)
line    9:
E121: Undefined variable: l:temp
E116: Invalid arguments for function add
line   10:
E121: Undefined variable: l:temp
E15: Invalid expression: (s:columnwidths[l:cn] < l:temp ) 
Error detected while processing function <SNR>31_toggletop..<SNR>31_toggle..<SNR>31_display_buffe
r_list:
line   55:
E684: list index out of range: 0
E116: Invalid arguments for function repeat(' ',s:columnwidths[l:cc] - l:column_widths[l:cc])
E15: Invalid expression: l:linecontent . l:column . repeat(' ',s:columnwidths[l:cc] - l:column_wi
dths[l:cc])
E684: list index out of range: 1
E116: Invalid arguments for function repeat(' ',s:columnwidths[l:cc] - l:column_widths[l:cc])
E15: Invalid expression: l:linecontent . l:column . repeat(' ',s:columnwidths[l:cc] - l:column_wi
dths[l:cc])
E684: list index out of range: 2
E116: Invalid arguments for function repeat(' ',s:columnwidths[l:cc] - l:column_widths[l:cc])
E15: Invalid expression: l:linecontent . l:column . repeat(' ',s:columnwidths[l:cc] - l:column_wi
dths[l:cc])
E684: list index out of range: 3
E116: Invalid arguments for function repeat(' ',s:columnwidths[l:cc] - l:column_widths[l:cc])
E15: Invalid expression: l:linecontent . l:column . repeat(' ',s:columnwidths[l:cc] - l:column_wi
dths[l:cc])
E684: list index out of range: 4
E116: Invalid arguments for function repeat(' ',s:columnwidths[l:cc] - l:column_widths[l:cc])
E15: Invalid expression: l:linecontent . l:column . repeat(' ',s:columnwidths[l:cc] - l:column_wi
dths[l:cc])
E684: list index out of range: 5
E116: Invalid arguments for function repeat(' ',s:columnwidths[l:cc] - l:column_widths[l:cc])
E15: Invalid expression: l:linecontent . l:column . repeat(' ',s:columnwidths[l:cc] - l:column_widths[l:cc])
E684: list index out of range: 6
E116: Invalid arguments for function repeat(' ',s:columnwidths[l:cc] - l:column_widths[l:cc])
E15: Invalid expression: l:linecontent . l:column . repeat(' ',s:columnwidths[l:cc] - l:column_wi
dths[l:cc])

After scrolling through and hitting enter the split at the top of the screen appears and I can see the interface for Buffet.vim but the list of buffers is empty. I take it as the plugin can not determine the width it needs to open for the split? The reason why I came to that is because it works fine on my host machine running VIM 7.3. If this is so is there a way to override the width detection?

@sandeepcr529
Copy link
Owner

I am sorry. But currently buffet plugin supports vim 7.3 or greater only.
The error you are getting are probably caused due to the missing functions
and configuration options in 7.2.

On Wed, Nov 21, 2012 at 12:12 AM, Adam Jimerson [email protected]:

Using vim 7.2 on a headless Ubuntu server , more exactly 7.2.330, via SSH
when I try to open Buffet.vim with ether the :Bufferlist or the
:Bufferlistsw command the screen gets filled with the following errors:

"buflisttempbuffer412393" [New File]
Error detected while processing function 31_toggletop..31_toggle..31_open_new_wind
ow:
line 3:
E518: Unknown option: nornu
Error detected while processing function 31_toggletop..31_toggle..31_display_buffe
r_list..31_process_callback:
line 8:
E117: Unknown function: strwidth
E15: Invalid expression: strwidth(l:i)
line 9:
E121: Undefined variable: l:temp
E116: Invalid arguments for function add
line 10:
E121: Undefined variable: l:temp
E15: Invalid expression: (s:columnwidths[l:cn] < l:temp )
line 8:
E117: Unknown function: strwidth
E15: Invalid expression: strwidth(l:i)
line 9:
E121: Undefined variable: l:temp
E116: Invalid arguments for function add
line 10:
E121: Undefined variable: l:temp
E15: Invalid expression: (s:columnwidths[l:cn] < l:temp )
line 8:
E117: Unknown function: strwidth
E15: Invalid expression: strwidth(l:i)
line 9:
E121: Undefined variable: l:temp
E116: Invalid arguments for function add
line 10:
E121: Undefined variable: l:temp
E15: Invalid expression: (s:columnwidths[l:cn] < l:temp )
line 8:
E117: Unknown function: strwidth
E15: Invalid expression: strwidth(l:i)
line 9:
E121: Undefined variable: l:temp
E116: Invalid arguments for function add
line 10:
E121: Undefined variable: l:temp
E15: Invalid expression: (s:columnwidths[l:cn] < l:temp )
line 8:
E117: Unknown function: strwidth
E15: Invalid expression: strwidth(l:i)
line 9:
E121: Undefined variable: l:temp
E116: Invalid arguments for function add
line 10:
E121: Undefined variable: l:temp
E15: Invalid expression: (s:columnwidths[l:cn] < l:temp )
line 8:
E117: Unknown function: strwidth
E15: Invalid expression: strwidth(l:i)
line 9:
E121: Undefined variable: l:temp
E116: Invalid arguments for function add
line 10:
E121: Undefined variable: l:temp
E15: Invalid expression: (s:columnwidths[l:cn] < l:temp )
line 8:
E117: Unknown function: strwidth
E15: Invalid expression: strwidth(l:i)
line 9:
E121: Undefined variable: l:temp
E116: Invalid arguments for function add
line 10:
E121: Undefined variable: l:temp
E15: Invalid expression: (s:columnwidths[l:cn] < l:temp )
Error detected while processing function 31_toggletop..31_toggle..31_display_buffe
r_list:
line 55:
E684: list index out of range: 0
E116: Invalid arguments for function repeat(' ',s:columnwidths[l:cc] - l:column_widths[l:cc])
E15: Invalid expression: l:linecontent . l:column . repeat(' ',s:columnwidths[l:cc] - l:column_wi
dths[l:cc])
E684: list index out of range: 1
E116: Invalid arguments for function repeat(' ',s:columnwidths[l:cc] - l:column_widths[l:cc])
E15: Invalid expression: l:linecontent . l:column . repeat(' ',s:columnwidths[l:cc] - l:column_wi
dths[l:cc])
E684: list index out of range: 2
E116: Invalid arguments for function repeat(' ',s:columnwidths[l:cc] - l:column_widths[l:cc])
E15: Invalid expression: l:linecontent . l:column . repeat(' ',s:columnwidths[l:cc] - l:column_wi
dths[l:cc])
E684: list index out of range: 3
E116: Invalid arguments for function repeat(' ',s:columnwidths[l:cc] - l:column_widths[l:cc])
E15: Invalid expression: l:linecontent . l:column . repeat(' ',s:columnwidths[l:cc] - l:column_wi
dths[l:cc])
E684: list index out of range: 4
E116: Invalid arguments for function repeat(' ',s:columnwidths[l:cc] - l:column_widths[l:cc])
E15: Invalid expression: l:linecontent . l:column . repeat(' ',s:columnwidths[l:cc] - l:column_wi
dths[l:cc])
E684: list index out of range: 5
E116: Invalid arguments for function repeat(' ',s:columnwidths[l:cc] - l:column_widths[l:cc])
E15: Invalid expression: l:linecontent . l:column . repeat(' ',s:columnwidths[l:cc] - l:column_widths[l:cc])
E684: list index out of range: 6
E116: Invalid arguments for function repeat(' ',s:columnwidths[l:cc] - l:column_widths[l:cc])
E15: Invalid expression: l:linecontent . l:column . repeat(' ',s:columnwidths[l:cc] - l:column_wi
dths[l:cc])

After scrolling through and hitting enter the split at the top of the
screen appears and I can see the interface for Buffet.vim but the list of
buffers is empty. I take it as the plugin can not determine the width it
needs to open for the split? The reason why I came to that is because it
works fine on my host machine running VIM 7.3. If this is so is there a way
to override the width detection?


Reply to this email directly or view it on GitHubhttps://github.com//issues/10.

@vendion
Copy link
Author

vendion commented Nov 23, 2012

Ah my apologies, I did not see minimum version so I assumed it was for vim
7.0+.

On Fri, Nov 23, 2012 at 7:03 AM, sandeepcr529 [email protected]:

I am sorry. But currently buffet plugin supports vim 7.3 or greater only.
The error you are getting are probably caused due to the missing functions
and configuration options in 7.2.

On Wed, Nov 21, 2012 at 12:12 AM, Adam Jimerson [email protected]:

Using vim 7.2 on a headless Ubuntu server , more exactly 7.2.330, via
SSH
when I try to open Buffet.vim with ether the :Bufferlist or the
:Bufferlistsw command the screen gets filled with the following errors:

"buflisttempbuffer412393" [New File]
Error detected while processing function
31_toggletop..31_toggle..31_open_new_wind
ow:
line 3:
E518: Unknown option: nornu
Error detected while processing function
31_toggletop..31_toggle..31_display_buffe
r_list..31_process_callback:
line 8:
E117: Unknown function: strwidth
E15: Invalid expression: strwidth(l:i)
line 9:
E121: Undefined variable: l:temp
E116: Invalid arguments for function add
line 10:
E121: Undefined variable: l:temp
E15: Invalid expression: (s:columnwidths[l:cn] < l:temp )
line 8:
E117: Unknown function: strwidth
E15: Invalid expression: strwidth(l:i)
line 9:
E121: Undefined variable: l:temp
E116: Invalid arguments for function add
line 10:
E121: Undefined variable: l:temp
E15: Invalid expression: (s:columnwidths[l:cn] < l:temp )
line 8:
E117: Unknown function: strwidth
E15: Invalid expression: strwidth(l:i)
line 9:
E121: Undefined variable: l:temp
E116: Invalid arguments for function add
line 10:
E121: Undefined variable: l:temp
E15: Invalid expression: (s:columnwidths[l:cn] < l:temp )
line 8:
E117: Unknown function: strwidth
E15: Invalid expression: strwidth(l:i)
line 9:
E121: Undefined variable: l:temp
E116: Invalid arguments for function add
line 10:
E121: Undefined variable: l:temp
E15: Invalid expression: (s:columnwidths[l:cn] < l:temp )
line 8:
E117: Unknown function: strwidth
E15: Invalid expression: strwidth(l:i)
line 9:
E121: Undefined variable: l:temp
E116: Invalid arguments for function add
line 10:
E121: Undefined variable: l:temp
E15: Invalid expression: (s:columnwidths[l:cn] < l:temp )
line 8:
E117: Unknown function: strwidth
E15: Invalid expression: strwidth(l:i)
line 9:
E121: Undefined variable: l:temp
E116: Invalid arguments for function add
line 10:
E121: Undefined variable: l:temp
E15: Invalid expression: (s:columnwidths[l:cn] < l:temp )
line 8:
E117: Unknown function: strwidth
E15: Invalid expression: strwidth(l:i)
line 9:
E121: Undefined variable: l:temp
E116: Invalid arguments for function add
line 10:
E121: Undefined variable: l:temp
E15: Invalid expression: (s:columnwidths[l:cn] < l:temp )
Error detected while processing function
31_toggletop..31_toggle..31_display_buffe
r_list:
line 55:
E684: list index out of range: 0
E116: Invalid arguments for function repeat(' ',s:columnwidths[l:cc] -
l:column_widths[l:cc])
E15: Invalid expression: l:linecontent . l:column . repeat('
',s:columnwidths[l:cc] - l:column_wi
dths[l:cc])
E684: list index out of range: 1
E116: Invalid arguments for function repeat(' ',s:columnwidths[l:cc] -
l:column_widths[l:cc])
E15: Invalid expression: l:linecontent . l:column . repeat('
',s:columnwidths[l:cc] - l:column_wi
dths[l:cc])
E684: list index out of range: 2
E116: Invalid arguments for function repeat(' ',s:columnwidths[l:cc] -
l:column_widths[l:cc])
E15: Invalid expression: l:linecontent . l:column . repeat('
',s:columnwidths[l:cc] - l:column_wi
dths[l:cc])
E684: list index out of range: 3
E116: Invalid arguments for function repeat(' ',s:columnwidths[l:cc] -
l:column_widths[l:cc])
E15: Invalid expression: l:linecontent . l:column . repeat('
',s:columnwidths[l:cc] - l:column_wi
dths[l:cc])
E684: list index out of range: 4
E116: Invalid arguments for function repeat(' ',s:columnwidths[l:cc] -
l:column_widths[l:cc])
E15: Invalid expression: l:linecontent . l:column . repeat('
',s:columnwidths[l:cc] - l:column_wi
dths[l:cc])
E684: list index out of range: 5
E116: Invalid arguments for function repeat(' ',s:columnwidths[l:cc] -
l:column_widths[l:cc])
E15: Invalid expression: l:linecontent . l:column . repeat('
',s:columnwidths[l:cc] - l:column_widths[l:cc])
E684: list index out of range: 6
E116: Invalid arguments for function repeat(' ',s:columnwidths[l:cc] -
l:column_widths[l:cc])
E15: Invalid expression: l:linecontent . l:column . repeat('
',s:columnwidths[l:cc] - l:column_wi
dths[l:cc])

After scrolling through and hitting enter the split at the top of the
screen appears and I can see the interface for Buffet.vim but the list
of
buffers is empty. I take it as the plugin can not determine the width it
needs to open for the split? The reason why I came to that is because it
works fine on my host machine running VIM 7.3. If this is so is there a
way
to override the width detection?


Reply to this email directly or view it on GitHub<
https://github.com/sandeepcr529/Buffet.vim/issues/10>.


Reply to this email directly or view it on GitHubhttps://github.com//issues/10#issuecomment-10657755.

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

2 participants