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

Block comments unindent by one space each line #3

Open
patcon opened this issue Oct 30, 2015 · 2 comments
Open

Block comments unindent by one space each line #3

patcon opened this issue Oct 30, 2015 · 2 comments
Labels

Comments

@patcon
Copy link

patcon commented Oct 30, 2015

Seems like multiline comments might confuse vim-solidity. Having said that, I am using editorconfig, so if you can't reproduce, that might be where we diverge :)

contract SimpleStorage {
    uint storedData;

    /** 
    *
   *
  *
 *
    */
    function set(uint x) {
        storedData = x;
    }  
@Denton-L Denton-L added the bug label Aug 30, 2016
@sebastien-kr
Copy link

Maybe this issue should be closed ?
It seems to be fixed.

@lexansoft
Copy link

No. Still funny behaviour when moving cursor through the commented paragraph ;(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants