Skip to content

Commit

Permalink
Remove parens from :while
Browse files Browse the repository at this point in the history
  • Loading branch information
thinca committed Mar 9, 2015
1 parent 81ec644 commit 0bc520c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/OmniSharp.vim
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ function! OmniSharp#StartServer() abort
let solutionfiles = globpath(folder, 'project.json', 1)
endif

while (solutionfiles ==# '')
while solutionfiles ==# ''
let lastfolder = folder
"traverse up a level

Expand Down

0 comments on commit 0bc520c

Please sign in to comment.