]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView.cpp
This is the result of an audit of all static variables, looking
[lyx.git] / src / BufferView.cpp
index 7555f78633dd11b10e299018fcc2d80d17c51de5..435a806f06f0cf162f65ddb8fd0fd6d2eecb79bb 100644 (file)
@@ -1499,6 +1499,8 @@ void BufferView::dispatch(FuncRequest const & cmd, DispatchResult & dr)
 
        case LFUN_WORD_FIND_FORWARD:
        case LFUN_WORD_FIND_BACKWARD: {
+               // FIXME THREAD
+               // Would it maybe be better if this variable were view specific anyway?
                static docstring last_search;
                docstring searched_string;