Giter VIP home page Giter VIP logo

Comments (4)

jalvesaq avatar jalvesaq commented on August 24, 2024

Sorry, but I don't plan to improve or even fix minor bugs in indentation of R code. Please, see my last comment on issue #18.

from vim-r-plugin.

gvfarns avatar gvfarns commented on August 24, 2024

Ok, I spent some time with this indent code. I tried to adapt the existing indent code to resolve this and the previous issue but in the end I found it easier to rewrite it from scratch. My code uses the built-in % command for matching, which results in much more robust logic. It correctly indents some rather large files I have tried it on, but it could use some more testing. It fixes this issue and also issue #18. It's also thoroughly commented so we can change it in the future if need be.

The only TODO item I have left is special indenting for multiline quotes. At present lines after the first one indent as if they were regular code. It doesn't look bad, actually, but most people would probably prefer a slightly different pattern.

I'd like to upload it for testing and to open the possibility of replacing the current indent program. Silly question, though: where does one upload files/patches in github?

from vim-r-plugin.

jalvesaq avatar jalvesaq commented on August 24, 2024

I think you have to create a repository: https://help.github.com/articles/creating-a-new-repository

You can also send the script to me by e-mail. I have a large file with nonsense code that I use to test the indent script. If your indent script pass this test, you have two options: send it immediately to Bram Moolenaar so it becomes the official Vim indent script for R or replace my indent script in the Vim-R-plugin and let it be tested by more people before sending it to Bram.

from vim-r-plugin.

jalvesaq avatar jalvesaq commented on August 24, 2024

I deleted from the Vim-R-plugin the files that are already distributed as official Vim runtime files. Now, there is a new repository with these files: https://github.com/jalvesaq/R-Vim-runtime

Since the official runtime files are no longer in this repository, I'm closing this bug. This bug is already described in the Known bugs section of the README.md, and new bugs should be reported in the new repository.

from vim-r-plugin.

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.