File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 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.
623623 (move-to-column column)
624624 (point ))))
625625
626- ; ;; TODO : Maybe add an ERT explainer function (something that shows the
626+ ; ;; FIXME : Maybe add an ERT explainer function (something that shows the
627627; ;; surrounding code of the final point, not just the position).
628628(defun rust-test-motion (source-code init-pos final-pos manip-func &optional &rest args )
629629 " Test that MANIP-FUNC moves point from INIT-POS to FINAL-POS.
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<!DOCTYPE language SYSTEM "language.dtd"
33[
4- <!-- TODO : Kate's regex engine has very limited support for
4+ <!-- FIXME : Kate's regex engine has very limited support for
55 predefined char classes, so making rustIdent consistent with actual
66 Rust identifiers will be a bit difficult -->
77 <!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
216216
217217" Folding rules {{{2
218218" 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
220220syn region rustFoldBraces start =" {" end =" }" transparent fold
221221
222222" Default highlighting {{{1
You can’t perform that action at this time.
0 commit comments