热门

最新

红包

立Flag

投票

同城

我的

发布
llkkqq
Lin-China
6 年前
truellkkqq

#Vim# 修改python文件头信息:Last Modified
function UpdateDate()
call cursor(5,1)
if search('Last Modified') != 0
let line = line('.')
call setline(line, "# Last Modified :".strftime("%Y-%m-%d %X"))
endif
endf
autocmd FileWritePre,BufWritePre *.py ks|call UpdateDate()|'s

CSDN App 扫码分享
分享
评论
点赞
打赏
  • 复制链接
  • 举报
下一条:
APP端和网页端“同步?”好慢啊,签名在网页端改几天了,APP端还是旧的签名。
立即登录