diff options
Diffstat (limited to 'src/Editor.cxx')
| -rw-r--r-- | src/Editor.cxx | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/Editor.cxx b/src/Editor.cxx index 1126b27ff..003c1f8be 100644 --- a/src/Editor.cxx +++ b/src/Editor.cxx @@ -371,7 +371,7 @@ Editor::Editor() {  	wrapWidth = LineLayout::wrapWidthInfinite;  	docLineLastWrapped = -1; -	llc.SetLevel(LineLayoutCache::llcDocument); +	llc.SetLevel(LineLayoutCache::llcCaret);  }  Editor::~Editor() { | 
