File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
clj/src/vim_clojure_static Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 378
378
[src dst]
379
379
(let [current-tag (string/trim-newline (:out (sh " git" " tag" " --points-at" " HEAD" )))
380
380
current-date (.format (SimpleDateFormat. " dd MMMM YYYY" ) (Date. ))]
381
- ; (assert (seq current-tag) "Git HEAD is not tagged!")
381
+ (assert (seq current-tag) " Git HEAD is not tagged!" )
382
382
(update-doc! #"CLOJURE\t *\* ft-clojure-indent\* "
383
383
(fjoin src " doc/clojure.txt" )
384
384
(fjoin dst " runtime/doc/indent.txt" ))
394
394
" syntax/clojure.vim" ])))
395
395
396
396
(comment
397
+ ; ; Run this to update the project files
397
398
(update-project! " .." )
399
+
400
+ ; ; Run this to update a vim repository
398
401
(update-vim! " .." " ../../vim" )
399
402
400
403
; ; Generate an example file with all possible character property literals.
You can’t perform that action at this time.
0 commit comments