Klafyvel / vim-slime-cells

A plugin on top of vim-slime to enhance its cell feature.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

b:slime_cell_delimeter is not defined

clpan opened this issue · comments

commented

Hi! Just want to report this error I got after adding the plugin with vim-plug.
I'm using neovim v0.8.2. OS is ubuntu 22.10. I have 'jpalardy/vim-slime' installed and is working fine. I also have 'matschaffer/vim-islime2' installed which is for when I use MacOS.

Error detected while processing function 206[2]..207[11]..217[20]..nerdtree#exec[9]..function 206[2]..207[11]..217[20]..nerdtree#exec[6]..BufEnter Autocommands for "*"..function slime_cells#sign_on_cell_boundaries
[2]..slime_cells#get_delimiter:                                                                                                                                                                                      
line    6:                                                                                                                                                                                                           
b:slime_cell_delimeter is not defined                                                                                                                                                                                
Error detected while processing function 206[2]..207[11]..217:                                                                                                                                                       
line   20:                                                                                                                                                                                                           
E171: Missing :endif                                                                                                                                                                                                 
Error detected while processing function 206[2]..207:                                                                                                                                                                
line   11:                                                                                                                                                                                                           
E171: Missing :endif    

Hi!
could you share your configuration ? is g:slime_cell_delimiter defined somewhere?