Skip to content

Commit

Permalink
Merge pull request #9 from LordBrom/LordBrom-patch-1
Browse files Browse the repository at this point in the history
Updating readme
  • Loading branch information
LordBrom authored Feb 26, 2020
2 parents fb128f4 + fb33fb4 commit b9bcce7
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,20 +114,7 @@ For example, if `"ignore_case" : true` the following 2 lines will be counted as

Lines with fewer characters than specified in this setting, will be ignored for all functions. Setting this to 1 will cause all non empty lines to be possible duplicates.

For example, by default, only lines 7 and 8 will be selected when using the "select duplicate" command.
``` html
1: 1
2: 1
3: 12
4: 12
5: 123
6: 123
7: 1234
8: 1234
```


If this setting is set to 2, all the lines except lines 1 and 2 will be selected when using the "select duplicate" command.
For example, by default, only lines 7 and 8 will be selected when using the "select duplicate" command. If this setting is set to 2, all the lines except lines 1 and 2 will be selected when using the "select duplicate" command.
``` html
1: 1
2: 1
Expand Down

0 comments on commit b9bcce7

Please sign in to comment.