Skip to content

Commit

Permalink
Merge branch 'master' into fixDockerImageBuild
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyriar committed Oct 10, 2018
2 parents 45e64a9 + 58003d4 commit 25e5795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/addons/search/SearchHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*/

import { ISearchHelper, ISearchAddonTerminal, ISearchOptions, ISearchResult } from './Interfaces';
const nonWordCharacters = ' ~!@#$%^&*()_+`-=[]{}|\;:"\',./<>?';
const nonWordCharacters = ' ~!@#$%^&*()+`-=[]{}|\;:"\',./<>?';

/**
* A class that knows how to search the terminal and how to display the results.
Expand Down

0 comments on commit 25e5795

Please sign in to comment.