Commit 75fa31bd533424d7a1c1aab9a7a7bc787ab08924

Prevent conditional evaluation notice
Author: xaizek
Author date (UTC): 2025-10-04 15:42
Committer name: xaizek
Committer date (UTC): 2025-10-04 15:43
Parent(s): 7a3c15fb857daecde2a9d4acd514a5b7e526cd59
Signing key: 99DC5E4DB05F6BE2
Tree: ff1cb5084a4aed100f5974d04196976d43867a54
File Lines added Lines deleted
vifmrc 2 2
File vifmrc changed (mode: 100644) (index f12e875..0373659)
... ... if !has('win')
137 137 let $RIGHTS = '%[%u:%g%]' let $RIGHTS = '%[%u:%g%]'
138 138 endif endif
139 139
140 if $VIFMRC_HAS_RICH_FONT
140 if $VIFMRC_HAS_RICH_FONT != ''
141 141 let &statusline = '' let &statusline = ''
142 142 if $SL_PREFIX != '' if $SL_PREFIX != ''
143 143 let &statusline = '%2*'.$SL_PREFIX.'%4*' let &statusline = '%2*'.$SL_PREFIX.'%4*'
 
... ... colorscheme Default-256 near-default Default
347 347 " ============================================================================== " ==============================================================================
348 348 " "icons" for files " "icons" for files
349 349
350 if $VIFMRC_HAS_RICH_FONT
350 if $VIFMRC_HAS_RICH_FONT != ''
351 351 " file types " file types
352 352 set classify=' :dir:/, :exe:, :reg:, :link:' set classify=' :dir:/, :exe:, :reg:, :link:'
353 353 " various file names " various file names
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/dotvifm

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/dotvifm

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master