Skip to content

Commit

Permalink
change default value for match_whole_word
Browse files Browse the repository at this point in the history
  • Loading branch information
naeruru committed Apr 8, 2024
1 parent f2406ac commit 742c532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stores/word_replace.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ interface word_replacements {
export const useWordReplaceStore = defineStore('wordreplace', {
state: () => ({
enabled: true,
match_whole_word: false,
match_whole_word: true,
match_case: false,
word_replacements: {} as word_replacements,
word_replacements_lowercase: {} as word_replacements,
Expand Down

0 comments on commit 742c532

Please sign in to comment.