| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
The UnicodeEncodeError hardly ever occurs anymore, since other
unicode fixes were implemented. I see no reason to keep the
error handlers there.
|
|
|
|
| |
This way you can do :eval fm.env.cf.mark(True) and other cool things.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
No entries should be lost now. Entries are only added or moved
to the top of the stack when you enter them again.
|
|
|
|
|
| |
I've been convinced that automatically copying configs is
too intrusive. I will rethink the approach later.
|
|
|
|
|
|
|
|
|
| |
This reverts commit 1d27a413986bfdcecb3c7ea67f327d20dc9a029f.
Conflicts:
ranger/core/fm.py
ranger/core/helper.py
|
|
|
|
| |
This reverts commit b62f5fbe203414521461e30e70af243dc257c49c.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
This removes --copy-config=X and adds --dont-copy-config.
|
| |
|
| |
|
| |
|