diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-11-13 00:45:18 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-11-13 00:45:18 +0100 |
commit | 08121e466c07d72345e50c501762adc36f566d9a (patch) | |
tree | da057a7b29a65477027800afc59d256cdf4bee34 /qbuffers.cpp | |
parent | 3bb56ae078e80b3d228be092dc66962760d9a892 (diff) | |
download | sciteco-08121e466c07d72345e50c501762adc36f566d9a.tar.gz |
<x[,y]>S...$ command (only regexp searching at the moment)
Diffstat (limited to 'qbuffers.cpp')
-rw-r--r-- | qbuffers.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qbuffers.cpp b/qbuffers.cpp index c649fce..a2fed34 100644 --- a/qbuffers.cpp +++ b/qbuffers.cpp @@ -119,6 +119,9 @@ QRegisterTable::initialize(void) initialize_register((gchar []){q, '\0'}); for (gchar q = '0'; q <= '9'; q++) initialize_register((gchar []){q, '\0'}); + + /* search string and status register */ + initialize_register("_"); } void |