Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix invalid 'implicit scope' report on global or autoload function #136

Merged
merged 4 commits into from
Dec 1, 2015

Commits on Nov 28, 2015

  1. Fix invalid 'implicit scope' report on global or autoload function

    ```vim
    function SomeFunc()
    endfunction
    
    function aaa#bbb()
    endfunction
    ```
    rhysd committed Nov 28, 2015
    Configuration menu
    Copy the full SHA
    2676a92 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5acb44 View commit details
    Browse the repository at this point in the history
  3. Test allowing g: omitted function names and rejecting global g: omitt…

    …ed variables
    
    - Added g: omitted function names as invalid case
    rhysd committed Nov 28, 2015
    Configuration menu
    Copy the full SHA
    97d024d View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2015

  1. Remove unnecessary test cases

    because valid cases are already added to prohibit_implicit_scope_variable_valid.vim.
    rhysd committed Nov 30, 2015
    Configuration menu
    Copy the full SHA
    9f92b0f View commit details
    Browse the repository at this point in the history