File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ Assumes the location of the modules is the project root folder."
138
138
" Compute the current file's module name."
139
139
(save-excursion
140
140
(goto-char (point-min ))
141
- (let ((regexp " ^module \\ \ ( [a-zA-Z0-9\\ \. ]+\\ \) " ))
141
+ (let ((regexp " ^module\\ s-+ \\ \ ( [a-zA-Z0-9\\ \. ]+\\ \) \\ b " ))
142
142
(search-forward-regexp regexp)
143
143
(match-string 1 ))))
144
144
Original file line number Diff line number Diff line change 6
6
- [ ] Add `:s import` binding
7
7
- [ ] Add `:s loaded` binding
8
8
- [ ] Make psci's default completion work
9
- * IN-PROGRESS 0.0.6 [80 %]
9
+ * IN-PROGRESS 0.0.6 [100 %]
10
10
- [X] Prepare backlog
11
11
- [X] Update version
12
12
- [X] Add TOC to the README.org (Cheers to org-toc!)
13
13
- [X] `M-x psci` errors if there is no .psci file. - CLOSE #3
14
- - [ ] Need better regex for `psci/--compute-module-name!` - #4
14
+ - [X ] Need better regex for `psci/--compute-module-name!` - CLOSE #4
15
15
* DONE 0.0.5 [100%]
16
16
CLOSED: [2014-10-30 Thu 18:17]
17
17
- [X] Prepare backlog
You can’t perform that action at this time.
0 commit comments