runtime(new-tutor): Update Serbian translation of chapter 1
Commit:
https://github.com/vim/vim/commit/13bd43c1e5a802a30c08eceb066bbdcbe5a1a2ec
Author: Ivan Pešić <[email protected]>
Date: Mon May 5 20:07:46 2025 +0200
runtime(new-tutor): Update Serbian translation of chapter 1
closes: https://github.com/vim/vim/issues/17262
Signed-off-by: Ivan Pešić <[email protected]>
Signed-off-by: Christian Brabandt <[email protected]>
diff --git a/runtime/tutor/sr/vim-01-beginner.tutor
b/runtime/tutor/sr/vim-01-beginner.tutor
index 06ca036f0..dfcf45803 100644
--- a/runtime/tutor/sr/vim-01-beginner.tutor
+++ b/runtime/tutor/sr/vim-01-beginner.tutor
@@ -912,13 +912,17 @@ Vim има много више могућности него Vi, али је в
искључена. Да бисте укључили још фукционалности, морате да креирате „vimrc”
фајл.
- 1. Започните уређивање „vimrc” фајла.
- `:call mkdir(stdpath('config'),'p')`{vim}
- `:exe 'edit' stdpath('config').'/init.vim'`{vim}
+ 1. Започните уређивање „vimrc” фајла. То зависи од вашег система:
+ за UNIX системе за Windows
+ `:e ~/.vimrc`{vim} `:e ~/_vimrc`{vim}
- 2. Сачувајте фајл са:
+ 2. Сада учитајте садржај „vimrc” фајла за пример:
+ `:r $VIMRUNTIME/vimrc_example.vim`{vim}
+
+ 3. Сачувајте фајл са:
`:w`{vim}
+ Следећи пут када покренете Vim користиће се истицање синтаксе.
У овај „vimrc” фајл можете додати сва подешавања која желите.
За више информација откуцајте `:help vimrc-intro`{vim}.
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion visit
https://groups.google.com/d/msgid/vim_dev/E1uC0LN-009tZb-GQ%40256bit.org.