diff options
| author | gamazeps <gamaz3ps@gmail.com> | 2014-09-23 17:24:46 +0200 |
|---|---|---|
| committer | gamazeps <gamaz3ps@gmail.com> | 2014-09-29 18:14:28 +0200 |
| commit | e543878f0f0896769bf239d9ccec0bd7e368d05e (patch) | |
| tree | b31bce3a3b2ffe31192bafba4a6a45c8f863365a /src/etc/vim/syntax/rust.vim | |
| parent | 2f9669c7489cc383bc6616c5f9ed217ae37e3d56 (diff) | |
| download | rust-e543878f0f0896769bf239d9ccec0bd7e368d05e.tar.gz rust-e543878f0f0896769bf239d9ccec0bd7e368d05e.zip | |
Replaced some TODO by FIXME
closes #17478
Diffstat (limited to 'src/etc/vim/syntax/rust.vim')
| -rw-r--r-- | src/etc/vim/syntax/rust.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/vim/syntax/rust.vim b/src/etc/vim/syntax/rust.vim index 6ee610d9714..93931246a02 100644 --- a/src/etc/vim/syntax/rust.vim +++ b/src/etc/vim/syntax/rust.vim @@ -216,7 +216,7 @@ syn keyword rustTodo contained TODO FIXME XXX NB NOTE " Folding rules {{{2 " Trivial folding rules to begin with. -" TODO: use the AST to make really good folding +" FIXME: use the AST to make really good folding syn region rustFoldBraces start="{" end="}" transparent fold " Default highlighting {{{1 |
