summaryrefslogtreecommitdiff
path: root/uvim/runtime/autoload/rust
diff options
context:
space:
mode:
authorMehmet Samet Duman <yongdohyun@projecttick.org>2026-04-03 22:21:25 +0300
committerMehmet Samet Duman <yongdohyun@projecttick.org>2026-04-04 00:23:03 +0300
commit2eae5db069dc171f74cd863487655f6a88e5384d (patch)
tree2d9d05e09978a2a44acbfbb8d651f240df3ca052 /uvim/runtime/autoload/rust
parent473d922faed49241a5d29d9e37dc4819cd512006 (diff)
downloadProject-Tick-2eae5db069dc171f74cd863487655f6a88e5384d.tar.gz
Project-Tick-2eae5db069dc171f74cd863487655f6a88e5384d.zip
NOISSUE rebrand vim to MNV's not Vim
Signed-off-by: Mehmet Samet Duman <yongdohyun@projecttick.org>
Diffstat (limited to 'uvim/runtime/autoload/rust')
-rw-r--r--uvim/runtime/autoload/rust/debugging.mnv (renamed from uvim/runtime/autoload/rust/debugging.vim)6
1 files changed, 3 insertions, 3 deletions
diff --git a/uvim/runtime/autoload/rust/debugging.vim b/uvim/runtime/autoload/rust/debugging.mnv
index 0e84183172..89d0080e98 100644
--- a/uvim/runtime/autoload/rust/debugging.vim
+++ b/uvim/runtime/autoload/rust/debugging.mnv
@@ -1,6 +1,6 @@
" Last Modified: 2023-09-11
-" For debugging, inspired by https://github.com/w0rp/rust/blob/master/autoload/rust/debugging.vim
+" For debugging, inspired by https://github.com/w0rp/rust/blob/master/autoload/rust/debugging.mnv
let s:global_variable_list = [
\ '_rustfmt_autosave_because_of_config',
@@ -60,7 +60,7 @@ function! rust#debugging#Info() abort
call cargo#Load()
call rust#Load()
call rustfmt#Load()
- call s:Echo('rust.vim Global Variables:')
+ call s:Echo('rust.mnv Global Variables:')
call s:Echo('')
call s:EchoGlobalVariables()
@@ -102,4 +102,4 @@ function! rust#debugging#InfoToFile(filename) abort
call s:Echo('RustInfo written to ' . l:expanded_filename)
endfunction
-" vim: set et sw=4 sts=4 ts=8:
+" mnv: set et sw=4 sts=4 ts=8: