Преглед на файлове

Added doc for bin/vim-bx

Alois Mahdal преди 10 години
родител
ревизия
ffc39d93c2
променени са 1 файла, в които са добавени 14 реда и са изтрити 0 реда
  1. 14
    0
      README.md

+ 14
- 0
README.md Целия файл

@@ -113,6 +113,20 @@ Script to measure how long does one second take.  For those that know how long
113 113
 one second takes, it can serve as a snippet for Perl `&stamp()`.
114 114
 
115 115
 
116
+### vim-bx ###
117
+
118
+Wrapper around vim to store timestamps for certain files before edit and
119
+restore them afterwardds.
120
+
121
+This is designed for my bloxsom files, therefore it's hard-coded to look
122
+for files that contain my blosxom path in the pattern; however, this can
123
+easily be altered.
124
+
125
+The background is that Blosxom blogging system stores articles as plain files,
126
+and uses the file stamp as article date.  I don't want articles to pop-up
127
+just because I did a minor typo-fix later.
128
+
129
+
116 130
 ### watchdump ###
117 131
 
118 132
 Trivial utility that prints a text file, clears the screen and pauses for 2s