瀏覽代碼

Added doc for bin/vim-bx

Alois Mahdal 10 年之前
父節點
當前提交
ffc39d93c2
共有 1 個文件被更改,包括 14 次插入0 次删除
  1. 14
    0
      README.md

+ 14
- 0
README.md 查看文件

113
 one second takes, it can serve as a snippet for Perl `&stamp()`.
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
 ### watchdump ###
130
 ### watchdump ###
117
 
131
 
118
 Trivial utility that prints a text file, clears the screen and pauses for 2s
132
 Trivial utility that prints a text file, clears the screen and pauses for 2s