浏览代码

Add todo

master
10sr 5 年前
父节点
当前提交
82dc8dba7a
签署人:: 10sr GPG 密钥 ID: 7BEC428194130EB2
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. +2
    -1
      emacs.el

+ 2
- 1
emacs.el 查看文件

@@ -1,6 +1,6 @@
;;; emacs.el --- 10sr emacs initialization

;; Time-stamp: <2018-10-17 15:38:50 JST 10sr>
;; Time-stamp: <2018-10-17 16:27:32 JST 10sr>

;;; Code:

@@ -2438,6 +2438,7 @@ Result will be inserted into current buffer."
)
buf))

;; TODO: Store view history
(defun git-walktree--open-noselect (commitish path object)
"Open git tree buffer of COMMITISH.
When PATH was given and non-nil open that, otherwise open root tree.


正在加载...
取消
保存