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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add :GoAddTags transform #1275

Merged
merged 3 commits into from
May 7, 2017
Merged

Add :GoAddTags transform #1275

merged 3 commits into from
May 7, 2017

Conversation

riesinger
Copy link
Contributor

Hey guys, I added a global option to set gomodifytags' transform (I like camelCase over snake_case).

The variable name is g:go_modifytags_transform (defaults to snakecase, possible values are camelcase and snakecase)

This is my first time doing Vim script, so if I did something really wrong, please correct me 馃槃 (Well... It's two lines so what could be wrong)

doc/vim-go.txt Outdated
@@ -1538,6 +1538,16 @@ default it's 60 seconds. Must be in milliseconds.
>
let g:go_statusline_duration = 60000
<

*'g:go_modifytags_transform'*
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you change this to go_addtags_transform ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No problem, will do that tomorrow morning 馃槉

@fatih
Copy link
Owner

fatih commented May 4, 2017

This looks good @Arial7. Just a small name change across the files and we can merge it :)

@riesinger riesinger changed the title Add :GoAddTags Add :GoAddTags transform May 5, 2017
@riesinger
Copy link
Contributor Author

@fatih Just did the rename 馃槈

@fatih fatih merged commit f655460 into fatih:master May 7, 2017
@fatih
Copy link
Owner

fatih commented May 7, 2017

Thanks @Arial7 馃憤

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

Successfully merging this pull request may close these issues.

None yet

2 participants