Skip to content

Commit

Permalink
Quote's getting interpreted as a parameter.
Browse files Browse the repository at this point in the history
  • Loading branch information
thaerkh committed Feb 13, 2017
1 parent 359f201 commit a75e751
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugin/workspace.vim
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,8 @@ function! s:ToggleIndentGuides(user_initiated)

if !a:user_initiated
if !g:workspace_indentguides || index(g:workspace_indentguides_ignore, &filetype) != -1 || !b:toggle_indentguides
return " skip if not user initiated, and is either disabled, an ignored filetype, or already toggled on
" skip if not user initiated, and is either disabled, an ignored filetype, or already toggled on
return
endif
endif

Expand Down

0 comments on commit a75e751

Please sign in to comment.