Git Product home page Git Product logo

vimerl's People

Contributors

0robustus1 avatar aszlig avatar jadahl avatar jimenezrick avatar ktt avatar masser avatar oscarh avatar spearalot avatar voluntas avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

vimerl's Issues

Omni-completion throws errors with zsh

When attempting to auto-complete something like global:register_name from global:register_, the omni completion finishes with _name, but in the popup displays the following:

zsh:1: no matches found: /usr/lib/erlang/man/man?/global.? f
zsh:1: no matches found: /usr/lib/erlang/man/man?/global.? f
zsh:1: no matches found: /usr/lib/erlang/man/man?/global.? f
zsh:1: no matches found: /usr/lib/erlang/man/man?/global.? f

Compiler script (show_msg) fails after disabling the checking on enterting buffer

In the kTT branch, a commit was cherry-picked to avoid compiling the file every time the buffer is entered since this is slow. However, this causes the script to fail, since some buffer variables aren't always initialized...

I've temporary solved this by wrapping the body of show_msg in if exists('b:error_list') but I don't feel this is the right approach...

New line after comma should not indent

I believe a new line after a comma should not be indented if the comma separates statements:

io:format("Next line is not flushed~n"),
    io:format("But it is~n"); % <-- wrong

erlangFun not used?

Hej,

I can't see where erlangFun for syntax highlighting is used. In fact, all my fun declarations are as normal text. Is this intended?

Autocompletion with pathogen doesn't work

When using pathogen, it's recommended to clone the submodule into /.vim/bundle/project. The autocompletion has set the default path for completion as "/.vim/autoload/erlang_completion.vim", which doesn't exist when cloned as submodule into bundle/.

If you can get the current script path from vimL, you could use the relative path from the script.

" Pseudo
dirname($script)/erlang_completion.erl

Atoms followed by :: in record definitions aren't highlighted

This is because atom, that are obvious module or function names shouldn't be highlighted. This has been implemented by adding a %(\s*[(:])@! after the atom... however, this also catches "::"...

Didn't come up with a quick solution so I'll post this here instead.

How to use g:erlangWranglerPath?

In README, I see this:

Set the location of the Wrangler tool: (default: "/usr/share/wrangler/")
g:erlangWranglerPath

Do you mean i add a line like this to ~/.vimrc.

g:erlangWranglerPath = path/to/wrangler.

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.