Lines Matching refs:current
137 Compiles and runs the current file. If it has unsaved changes,
138 it will be saved first using |:update|. If the current file is
141 directory, but is run from the current directory.
155 Expands the current file using --pretty and displays the
156 results in a new split. If the current file has unsaved
158 current file is an unnamed buffer, it will be written to a
173 Compiles the current file to LLVM IR and displays the results
174 in a new split. If the current file has unsaved changes, it
175 will be saved first using |:update|. If the current file is an
184 Compiles the current file to assembly and displays the results
185 in a new split. If the current file has unsaved changes, it
186 will be saved first using |:update|. If the current file is an
197 current selection, or if nothing is selected, the entirety of the
198 current buffer to the Rust playpen, and emits a message with the
208 Runs |g:rustfmt_command| on the current buffer. If