| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
This way, the user gets an extra copy of the executable in case the one
in /usr/bin/ is lost. Also, we don't waste one directory at the root
level for just one symlink.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
As much as I hate this, it has to be done
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
1. put all the common operations before the "if"
2. put the loader of custom commands AFTER loading default commands
3. removed the load_default_rc guessing code, that might lead
to unexpected behaviour.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|