Vincent Zhang
|
c057016d8b
|
Fix UT.
|
2021-08-24 21:23:18 +08:00 |
|
Vincent Zhang
|
36609a9136
|
Fix UT.
|
2021-08-24 18:20:31 +08:00 |
|
Vincent Zhang
|
5f308333a2
|
Fix UT.
|
2021-08-24 17:51:23 +08:00 |
|
Vincent Zhang
|
8cbb0457f3
|
Fix UT issue.
|
2021-07-22 18:13:39 +08:00 |
|
Vincent Zhang
|
233bad9db5
|
Fix UT issue.
|
2021-07-22 18:03:41 +08:00 |
|
Vincent Zhang
|
d0b8dea080
|
Fix UT issue.
|
2021-07-22 17:55:00 +08:00 |
|
ANGkeith
|
244200f87d
|
buffer-info: add truncate-nil style
|
2020-04-17 13:39:11 +08:00 |
|
Vincent Zhang
|
fb508498e3
|
Fix ert cases.
|
2020-02-24 01:19:00 +08:00 |
|
Vincent Zhang
|
f87b868bb9
|
Update ert cases.
|
2020-02-12 21:48:48 +08:00 |
|
Vincent Zhang
|
3836b8f871
|
Report invalid name style.
|
2020-02-11 15:00:58 +08:00 |
|
Vincent Zhang
|
43a78ad7eb
|
[Feature] Introduce `auto' style for buffer file names.
Close #179.
`auto' style is the default style now.
Given ~/Projects/FOSS/emacs/lisp/comint.el
auto => emacs/lisp/comint.el (in a project) or comint.el
truncate-upto-project => ~/P/F/emacs/lisp/comint.el
truncate-from-project => ~/Projects/FOSS/emacs/l/comint.el
truncate-with-project => emacs/l/comint.el
truncate-except-project => ~/P/F/emacs/l/comint.el
truncate-upto-root => ~/P/F/e/lisp/comint.el
truncate-all => ~/P/F/e/l/comint.el
relative-from-project => emacs/lisp/comint.el
relative-to-project => lisp/comint.el
file-name => comint.el
buffer-name => comint.el<2> (uniquify buffer name)"
|
2020-02-11 01:51:52 +08:00 |
|
Vincent Zhang
|
b7f1c8c79b
|
Add more test cases.
|
2019-11-26 02:34:38 +08:00 |
|
Vincent Zhang
|
e00c64831c
|
Add ert test cases.
|
2019-11-26 01:19:26 +08:00 |
|
Vincent Zhang
|
fe1a703161
|
Refactor: split one file to core and segments.
|
2019-01-17 23:46:29 +08:00 |
|