Commit da9398837e58e7b77c36a1f39ae09a60126bfe12

Fix a typo in a comment
Author: xaizek
Author date (UTC): 2025-10-04 15:43
Committer name: xaizek
Committer date (UTC): 2025-10-04 15:43
Parent(s): 75fa31bd533424d7a1c1aab9a7a7bc787ab08924
Signing key: 99DC5E4DB05F6BE2
Tree: 8eebd110e36d2b738b966ec9a5b934300d6d640e
File Lines added Lines deleted
vifmrc 1 1
File vifmrc changed (mode: 100644) (index 0373659..a07e22f)
... ... set runexec
72 72 " format for displaying time " format for displaying time
73 73 set timefmt=%y.%m.%d\ %H:%M set timefmt=%y.%m.%d\ %H:%M
74 74
75 " show list of matches on tab complition in command-line mode
75 " show list of matches on tab completion in command-line mode
76 76 set wildmenu set wildmenu
77 77
78 78 " ignore case in search pattern unless it contains at least one uppercase letter " ignore case in search pattern unless it contains at least one uppercase letter
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