Git Product home page Git Product logo

Comments (4)

pseewald avatar pseewald commented on May 17, 2024

I could not confirm this issue with Vim 7.4. But I discovered an issue that could have caused this behaviour (folds are not updated after leaving insert mode). I managed to fix this with commit 0153540 - could you check whether this also fixes this issue?

from vim-anyfold.

onlyanegg avatar onlyanegg commented on May 17, 2024

Hi, @pseewald. Your latest commit didn't fix this issue. It may be a little different now though, so I'll post the new errors I'm getting. Thanks!

$ git config --get remote.origin.url
https://github.com/pseewald/vim-anyfold.git
$ git status
On branch master
Your branch is up-to-date with 'origin/master'.
nothing to commit, working directory clean

I'm using pathogen, and I'm using these commands in my .vimrc.

filetype plugin indent on
syntax on
let anyfold_activate=1
set foldlevel=0

Now when I open a file, I get the following errors.

Error detected while processing function anyfold#init:
line   61:
E216: No such group or event: TextChanged,InsertLeave <buffer> :call s:ReloadFolds()

And when I append a new line at the end of a python file (from exec mode using o), I get this.

E684: list index out of range: 1251
E15: Invalid expression: b:anyfold_ind_buffer[v:lnum-1]
Press ENTER or type command to continue
E684: list index out of range: 1252
Press ENTER or type command to continue
E15: Invalid expression: b:anyfold_ind_buffer[v:lnum-1]
Press ENTER or type command to continue
Error detected while processing function GetPythonIndent:
line   30:
E121: Undefined variable: dummy
Press ENTER or type command to continue
Error detected while processing function GetPythonIndent:
line   30:
E15: Invalid expression: line('.') < 1200 ? dummy : synIDattr(synID(line('.'), col('.'), 1), 'name') =~ '\(Comment\|String\)$'
Press ENTER or type command to continue
Error detected while processing function GetPythonIndent:
line   49:
E121: Undefined variable: dummy
Press ENTER or type command to continue
Error detected while processing function GetPythonIndent:
line   49:
E15: Invalid expression: line('.') < 1203 ? dummy : synIDattr(synID(line('.'), col('.'), 1), 'name') =~ '\(Comment\|String\)$'
Press ENTER or type command to continue

And here's the error I get when doing the same thing in my .vimrc

E684: list index out of range: 113
E15: Invalid expression: b:anyfold_ind_buffer[v:lnum-1]
Press ENTER or type command to continue

from vim-anyfold.

pseewald avatar pseewald commented on May 17, 2024

Hi @onlyanegg

Sorry for not replying sooner. I think the error message means that your Vim does not know the events TextChanged or InsertLeave, so updating your vim will probably fix the issue. In fact this means that vim-anyfold requires vim version 7.4 at least.

from vim-anyfold.

onlyanegg avatar onlyanegg commented on May 17, 2024

Thanks, @pseewald. I'll give that a shot.

from vim-anyfold.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.