Skip to content

Commit fcd7f62

Browse files
author
Clark Burns
committed
Added bbdiff to examples. Added note to modify Settings - User instead of Settings - Default.
1 parent 224a525 commit fcd7f62

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

FileDiffs.sublime-settings

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
{
88
// just uncomment one of the examples
99
// or write your own command
10+
// NOTE: Copy/paste example below or write your own command in: Package Settings --> FileDiffs --> Settings - User
11+
// This file will be overwritten if the package is updated.
1012

1113
// opendiff (FileMerge)
1214
//"cmd": ["opendiff", "$file1", "$file2"]
@@ -17,6 +19,12 @@
1719
//twdiff (Textwrangler)
1820
//"cmd": ["twdiff", "$file1", "$file2"]
1921

22+
//bbdiff (BBEdit) NOTE: Use example below if you receive error.
23+
//"cmd": ["bbdiff", "$file1", "$file2"]
24+
25+
//bbdiff (BBEdit)
26+
//"cmd" ["/usr/local/bin/bbdiff", "$file1", "$file2"]
27+
2028
//deltawalker (DeltaWalker)
2129
//"cmd": ["deltawalker", "-nosplash", "$file1", "$file2"]
2230
}

0 commit comments

Comments
 (0)