File vifmrc changed (mode: 100644) (index 2187a81..9e49869) |
4 |
4 |
" load machine specific settings of configuration |
" load machine specific settings of configuration |
5 |
5 |
|
|
6 |
6 |
let $VIFMRC_HAS_RICH_FONT = '' |
let $VIFMRC_HAS_RICH_FONT = '' |
7 |
|
source $VIFM/vifmrc_settings |
|
|
7 |
|
if filereadable($VIFM.'/vifmrc_settings') |
|
8 |
|
source $VIFM/vifmrc_settings |
|
9 |
|
endif |
8 |
10 |
|
|
9 |
11 |
" ============================================================================== |
" ============================================================================== |
10 |
12 |
" nesting detection |
" nesting detection |
|
... |
... |
endif |
375 |
377 |
" ============================================================================== |
" ============================================================================== |
376 |
378 |
" load machine specific local set of settings |
" load machine specific local set of settings |
377 |
379 |
|
|
378 |
|
source $VIFM/vifmrc_local |
|
|
380 |
|
if filereadable($VIFM.'/vifmrc_local') |
|
381 |
|
source $VIFM/vifmrc_local |
|
382 |
|
endif |
379 |
383 |
|
|
380 |
384 |
" ============================================================================== |
" ============================================================================== |