diff --git a/golded3/geedit.cpp b/golded3/geedit.cpp index 46414ce..77e6c6e 100644 --- a/golded3/geedit.cpp +++ b/golded3/geedit.cpp @@ -565,8 +565,8 @@ void IEclass::GoLeft() { if(currline->prev) { GoUp(); GoEOL(); - if((col != mincol) and ((currline->txt[col] == '\n') or not ((col == (maxcol + 1)) and (currline->txt[col-1] == ' ')))) - col--; +// if((col != mincol) and ((currline->txt[col] == '\n') or not ((col == (maxcol + 1)) and (currline->txt[col-1] == ' ')))) +// col--; } } else