Git Product home page Git Product logo

Comments (5)

kyx0r avatar kyx0r commented on August 28, 2024 1

Thanks, i'll have a look just in case anything is off. Keep in mind some of it may fail intentionally.

from nextvi.

kyx0r avatar kyx0r commented on August 28, 2024

e03.sh - fails because :undo is not a command, use :u instead
e06.sh - fails because :yank and :put is not a command, use :ya and :p instead
e0c.sh - fails because :put is not a command, use :p instead
e0d.sh - fails because :put is not a command, use :p instead
e10.sh - fails because :%s/(abc|def)/xyz/ is not properly escaped, use :%s/(abc\\|def)/xyz/ instead
e12.sh - fails because :e +2 range in e command is not implemented, use e $|2 instead. (actually this is some new feature im not aware of)
v13.sh - fails because :set is not a command, use :se instead
v20.sh - something wrong with :g/a/.g/b/d command, improper escape or too many arguments
v23.sh - 1G!}sort fails, this actually may be some old neatvi bug that got carried over or miscalculation of range into pipe command.

from nextvi.

polluks avatar polluks commented on August 28, 2024

well done!

from nextvi.

kyx0r avatar kyx0r commented on August 28, 2024

v12.sh - will not implement
v20.sh - The parser does 1 extra iteration, needs more investigation.
v23.sh - backported.

from nextvi.

kyx0r avatar kyx0r commented on August 28, 2024

v20.sh should be fixed now.

from nextvi.

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.