Git Product home page Git Product logo

Comments (9)

fpbouchard avatar fpbouchard commented on May 18, 2024

tpope: Following your suggestion from this closed issue in vim-rails, running :echo GetErubyIndent() returns -1

ref.: tpope/vim-rails#90 (comment)

from vim-ruby.

fpbouchard avatar fpbouchard commented on May 18, 2024

I've uninstalled every plugin but pathogen and vim-rails, and I still have the issue. I found a workaround though by reloading the buffer (:e!). Once I reload, indentation works (for this buffer).

from vim-ruby.

fpbouchard avatar fpbouchard commented on May 18, 2024

The issue seems to be with b:eruby_subtype_indent that is set to the default "indent(prevnonblank(v:lnum-1))" value, even if b:eruby_subtype is indeed "html".

Calling ":let v:lnum = line(".")|echo GetErubyIndent()" on a line does indeed return the correct indent value, even before reloading.

Once I :e!, b:eruby_subtype_indent it is correctly set to "HtmlIndentGet(v:lnum)"

from vim-ruby.

tpope avatar tpope commented on May 18, 2024

I suspect it's a funky ordering issue. Without getting too deep into that, here's a newer alternative you can try:

autocmd BufNewFile,BufRead *.mobile.erb set filetype=eruby.html

If it doesn't work, check if the 'filetype' is eruby.html or just eruby. That will provide further ordering clues.

from vim-ruby.

fpbouchard avatar fpbouchard commented on May 18, 2024

It worked, thanks. Let me know if you want to do some further debugging, else feel free to close the issue.

from vim-ruby.

fpbouchard avatar fpbouchard commented on May 18, 2024

Hmmm. It worked, but it broke other plugins (in this case, Syntastic) filetype detection. In this case Syntastic now detects these files as plain HTML, not as eruby. This might be an issue with Syntastic though.

from vim-ruby.

tpope avatar tpope commented on May 18, 2024

The other thing you could try is moving that first autocmd around in your vimrc to see if you can get the issue to go away that way. Other than that, I would ask @scrooloose what he thinks about the Syntastic issue.

from vim-ruby.

fpbouchard avatar fpbouchard commented on May 18, 2024

Moving the autocmd around (top/bottom/around the other autocmds, before/after pathogen's infection) did not work, but I tried to reset the filetype after setting the subtype and it did work, and did not break Syntastic.

Looks like the perfect workaround for now.

Thanks a lot for the support Tim.

autocmd BufNewFile,BufRead *.mobile.erb let b:eruby_subtype='html'
autocmd BufNewFile,BufRead *.mobile.erb set filetype=eruby

from vim-ruby.

johnantoni avatar johnantoni commented on May 18, 2024

awesome, thanks for that.

from vim-ruby.

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.