Skip to content

Commit

Permalink
Merge c739d2f into febc3ba
Browse files Browse the repository at this point in the history
  • Loading branch information
alexr00 authored Oct 10, 2018
2 parents febc3ba + c739d2f commit 23f9e1c
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 23f9e1c

Please sign in to comment.