Skip to content

Commit

Permalink
[delete] Remove redundant nest (editorconfig#179)
Browse files Browse the repository at this point in the history
* [delete] Remove redundant nest

* [update] comment out
  • Loading branch information
get-me-power authored Jul 25, 2021
1 parent 1c4f781 commit 3078cd1
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions plugin/editorconfig.vim
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,8 @@
" POSSIBILITY OF SUCH DAMAGE.
"

if v:version < 700
finish
endif

" check whether this script is already loaded
if exists("g:loaded_EditorConfig")
" check for Vim versions and duplicate script loading.
if v:version < 700 || exists("g:loaded_EditorConfig")
finish
endif
let g:loaded_EditorConfig = 1
Expand Down

0 comments on commit 3078cd1

Please sign in to comment.