Skip to content

Commit

Permalink
typo fixing
Browse files Browse the repository at this point in the history
Former-commit-id: b0b9af7
  • Loading branch information
Ron89 committed Mar 3, 2016
1 parent a3140f8 commit 1c96097
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/thesaurus_query.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ CONTENTS *thesaurus_query*
|g:thesaurus_query#truncation_on_relavance|
|g:thesaurus_query#truncation_on_definition_num|
|g:thesaurus_query#truncation_on_syno_list_size|
|g:thesaurus_query#local_thesaurus_source_as_primary|
|g:thesaurus_query#use_local_thesaurus_source_as_primary|
|g:thesaurus_query#use_alternative_backend|
|g:thesaurus_query#mthesaur_file|
5. Licence ..................................... |thesaurus_query-licence|
Expand Down Expand Up @@ -110,7 +110,7 @@ Currently there are 5 global variables used to customize the behavior.
interface, thesaurus split will NOT be truncated.
default=-1

*g:thesaurus_query#local_thesaurus_source_as_primary*
*g:thesaurus_query#use_local_thesaurus_source_as_primary*
This variable is used when initiating core query handler. It determine
the priority between online thesaurus backend(based on Thesaurus.com) and
local thesaurus backend(based on mthesaur.txt). If
Expand Down
2 changes: 1 addition & 1 deletion plugin/thesaurus_query.vim
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ endif
" 0: query with online backend first.
" 1: query with local backend first.
" default=0
if !exists("g:thesaurus_query#local_thesaurus_source_as_primary")
if !exists("g:thesaurus_query#use_local_thesaurus_source_as_primary")
let g:thesaurus_query#use_local_thesaurus_source_as_primary = 0
endif

Expand Down

0 comments on commit 1c96097

Please sign in to comment.