##// END OF EJS Templates
complete on % for magic in notebook...
Matthias BUSSONNIER -
Show More
@@ -102,7 +102,7 b' var IPython = (function (IPython) {'
102
102
103 // we need to check that we are still on a word boundary
103 // we need to check that we are still on a word boundary
104 // because while typing the completer is still reinvoking itself
104 // because while typing the completer is still reinvoking itself
105 if (!/[0-9a-z._/\\:~-]/i.test(pre_cursor)) {
105 if (!/[%0-9a-z._/\\:~-]/i.test(pre_cursor)) {
106 this.close();
106 this.close();
107 return;
107 return;
108 }
108 }
General Comments 0
You need to be logged in to leave comments. Login now