File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -623,7 +623,7 @@ Convert the line-column information from that list into a buffer position value.
623
623
(move-to-column column)
624
624
(point ))))
625
625
626
- ; ;; TODO : Maybe add an ERT explainer function (something that shows the
626
+ ; ;; FIXME : Maybe add an ERT explainer function (something that shows the
627
627
; ;; surrounding code of the final point, not just the position).
628
628
(defun rust-test-motion (source-code init-pos final-pos manip-func &optional &rest args )
629
629
" Test that MANIP-FUNC moves point from INIT-POS to FINAL-POS.
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<!DOCTYPE language SYSTEM "language.dtd"
3
3
[
4
- <!-- TODO : Kate's regex engine has very limited support for
4
+ <!-- FIXME : Kate's regex engine has very limited support for
5
5
predefined char classes, so making rustIdent consistent with actual
6
6
Rust identifiers will be a bit difficult -->
7
7
<!ENTITY rustIdent " [a-zA-Z_][a-zA-Z_0-9]*" >
Original file line number Diff line number Diff line change @@ -216,7 +216,7 @@ syn keyword rustTodo contained TODO FIXME XXX NB NOTE
216
216
217
217
" Folding rules {{{2
218
218
" Trivial folding rules to begin with.
219
- " TODO : use the AST to make really good folding
219
+ " FIXME : use the AST to make really good folding
220
220
syn region rustFoldBraces start =" {" end =" }" transparent fold
221
221
222
222
" Default highlighting {{{1
You can’t perform that action at this time.
0 commit comments