]> git.pld-linux.org Git - packages/vte.git/blob - vte-wordsep.patch
ed0775b287585c5cf83ba764802288251f47197a
[packages/vte.git] / vte-wordsep.patch
1 --- vte-0.48.1/src/vte.cc.wordsep       2017-03-28 22:00:28.568912081 +0200
2 +++ vte-0.48.1/src/vte.cc       2017-03-28 22:01:42.653878196 +0200
3 @@ -94,7 +94,7 @@ typedef gunichar wint_t;
4  }
5  #endif
6  
7 -#define WORD_CHAR_EXCEPTIONS_DEFAULT "-#%&+,./=?@\\_~\302\267"sv
8 +#define WORD_CHAR_EXCEPTIONS_DEFAULT "-#%&+,./=?@:;\\_~\302\267"sv
9  
10  #define I_(string) (g_intern_static_string(string))
11  
This page took 0.201893 seconds and 2 git commands to generate.