OmniSharp / omnisharp-vim

Vim omnicompletion (intellisense) and more for C#
http://www.omnisharp.net
MIT License
1.7k stars 169 forks source link

[fix] limit scope #717

Closed get-me-power closed 3 years ago

get-me-power commented 3 years ago

The ReduceToOneCharacter function was a global function, but there was only one place where it was called, so we restricted its scope.

get-me-power commented 3 years ago

@nickspoons reviewdog has failed, but this warning may false alarm. accessModifierLen is defined.

get-me-power commented 3 years ago

@nickspoons Thanks. I fixed.