summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-11-13 23:04:29 +0100
committerBram Moolenaar <Bram@vim.org>2019-11-13 23:04:29 +0100
commit574ee7bc1246070dba598f9561a2776aa1a10d07 (patch)
treed2d6b906d5ad1ae3a18b7e2ced3ab9d9401dc3b5 /runtime
parentafe45b68a67769a61b44a96b0ffe3bfce4e9316e (diff)
Update runtime files
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/intro.txt4
-rw-r--r--runtime/doc/pi_netrw.txt8
-rw-r--r--runtime/doc/popup.txt2
-rw-r--r--runtime/doc/sign.txt8
-rw-r--r--runtime/doc/textprop.txt6
-rw-r--r--runtime/doc/todo.txt8
-rw-r--r--runtime/doc/vi_diff.txt7
-rw-r--r--runtime/gvim.desktop8
-rw-r--r--runtime/lang/menu_tr.cp1254.vim3
-rw-r--r--runtime/lang/menu_tr_tr.cp1254.vim3
-rw-r--r--runtime/syntax/vim.vim7
-rw-r--r--runtime/tutor/tutor.tr.iso998
-rw-r--r--runtime/tutor/tutor.tr.utf-898
-rw-r--r--runtime/tutor/tutor.vim4
-rw-r--r--runtime/vim.desktop8
15 files changed, 151 insertions, 121 deletions
diff --git a/runtime/doc/intro.txt b/runtime/doc/intro.txt
index 2c524bf945..a274ec1c61 100644
--- a/runtime/doc/intro.txt
+++ b/runtime/doc/intro.txt
@@ -1,4 +1,4 @@
-*intro.txt* For Vim version 8.1. Last change: 2019 Aug 16
+*intro.txt* For Vim version 8.1. Last change: 2019 Nov 11
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -234,7 +234,7 @@ Vim would never have become what it is now, without the help of these people!
Sung-Hyun Nam Work on multi-byte versions
Vince Negri Win32 GUI and generic console enhancements
Steve Oualline Author of the first Vim book |frombook|
- Dominique Pelle valgrind reports and many fixes
+ Dominique Pelle Valgrind reports and many fixes
A.Politz Many bug reports and some fixes
George V. Reilly Win32 port, Win32 GUI start-off
Stephen Riehm bug collector
diff --git a/runtime/doc/pi_netrw.txt b/runtime/doc/pi_netrw.txt
index 2189b0014d..f233309f5f 100644
--- a/runtime/doc/pi_netrw.txt
+++ b/runtime/doc/pi_netrw.txt
@@ -1,4 +1,4 @@
-*pi_netrw.txt* For Vim version 8.1. Last change: 2019 Nov 07
+*pi_netrw.txt* For Vim version 8.1. Last change: 2019 Nov 10
------------------------------------------------
NETRW REFERENCE MANUAL by Charles E. Campbell
@@ -3512,7 +3512,7 @@ Example: Clear netrw's marked file list via a mapping on gu >
- Click "Add..."
- Set External Editor (adjust path as needed, include
the quotes and !.! at the end):
- "c:\Program Files\Vim\vim70\gvim.exe" !.!
+ "c:\Program Files\Vim\vim881\gvim.exe" !.!
- Check that the filetype in the box below is
{asterisk}.{asterisk} (all files), or whatever types
you want (cec: change {asterisk} to * ; I had to
@@ -3762,8 +3762,8 @@ by obtaining a copy of the latest (often developmental) netrw at:
The <netrw.vim> script is typically installed on systems as something like:
>
- /usr/local/share/vim/vim7x/plugin/netrwPlugin.vim
- /usr/local/share/vim/vim7x/autoload/netrw.vim
+ /usr/local/share/vim/vim8x/plugin/netrwPlugin.vim
+ /usr/local/share/vim/vim8x/autoload/netrw.vim
(see output of :echo &rtp)
<
which is loaded automatically at startup (assuming :set nocp). If you
diff --git a/runtime/doc/popup.txt b/runtime/doc/popup.txt
index a74c2adea6..39e4a3ce83 100644
--- a/runtime/doc/popup.txt
+++ b/runtime/doc/popup.txt
@@ -1,4 +1,4 @@
-*popup.txt* For Vim version 8.1. Last change: 2019 Nov 09
+*popup.txt* For Vim version 8.1. Last change: 2019 Nov 11
VIM REFERENCE MANUAL by Bram Moolenaar
diff --git a/runtime/doc/sign.txt b/runtime/doc/sign.txt
index e66bbcb171..093519e284 100644
--- a/runtime/doc/sign.txt
+++ b/runtime/doc/sign.txt
@@ -1,4 +1,4 @@
-*sign.txt* For Vim version 8.1. Last change: 2019 Sep 06
+*sign.txt* For Vim version 8.1. Last change: 2019 Nov 12
VIM REFERENCE MANUAL by Gordon Prieur
@@ -48,8 +48,8 @@ When signs are defined for a file, Vim will automatically add a column of two
characters to display them in. When the last sign is unplaced the column
disappears again. This behavior can be changed with the 'signcolumn' option.
-The color of the column is set with the SignColumn group |hl-SignColumn|.
-Example to set the color: >
+The color of the column is set with the SignColumn highlight group
+|hl-SignColumn|. Example to set the color: >
:highlight SignColumn guibg=darkgrey
<
@@ -71,6 +71,8 @@ placed in the named group. The sign identifier is unique within a group. The
sign group allows Vim plugins to use unique signs without interfering with
other plugins using signs.
+The group name "popupmenu" is used by popup windows where 'cursorline' is set.
+
*sign-priority*
Each placed sign is assigned a priority value. When multiple signs are placed
on the same line, the attributes of the sign with the highest priority is used
diff --git a/runtime/doc/textprop.txt b/runtime/doc/textprop.txt
index a323d68422..d121eeea26 100644
--- a/runtime/doc/textprop.txt
+++ b/runtime/doc/textprop.txt
@@ -1,4 +1,4 @@
-*textprop.txt* For Vim version 8.1. Last change: 2019 Nov 09
+*textprop.txt* For Vim version 8.1. Last change: 2019 Nov 12
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -48,8 +48,8 @@ Property Types ~
A text property normally has the name of a property type, which defines
how to highlight the text. The property type can have these entries:
"highlight" name of the highlight group to use
- "combine" when TRUE the text property highlighting is combined
- with any syntax highlighting; when omitted or FALSE the
+ "combine" when omitted or TRUE the text property highlighting is
+ combined with any syntax highlighting; when FALSE the
text property highlighting replaces the syntax
highlighting
"priority" when properties overlap, the one with the highest
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt
index e36c560436..0991f607b0 100644
--- a/runtime/doc/todo.txt
+++ b/runtime/doc/todo.txt
@@ -1,4 +1,4 @@
-*todo.txt* For Vim version 8.1. Last change: 2019 Nov 10
+*todo.txt* For Vim version 8.1. Last change: 2019 Nov 13
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -38,6 +38,12 @@ browser use: https://github.com/vim/vim/issues/1234
*known-bugs*
-------------------- Known bugs and current work -----------------------
+Add a function to fetch the mouse_lnum and mouse_col values? Can be used in a
+mapping. Remove setting v:mouse_lnum etc. from the popup filter, the values
+are wrong.
+
+Problem with cursor in wrong position: #5214
+
Don't use javascriptreact but javascript.jsx? #4830
Although there is a good argument against using ".jsx".
diff --git a/runtime/doc/vi_diff.txt b/runtime/doc/vi_diff.txt
index 82f6274345..f762e8af12 100644
--- a/runtime/doc/vi_diff.txt
+++ b/runtime/doc/vi_diff.txt
@@ -1,4 +1,4 @@
-*vi_diff.txt* For Vim version 8.1. Last change: 2019 Oct 12
+*vi_diff.txt* For Vim version 8.1. Last change: 2019 Nov 12
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1323,6 +1323,11 @@ Set the $VIM_POSIX environment variable to have 'cpoptions' include the POSIX
flags when Vim starts up. This makes Vim run as POSIX as it can. That's
a bit different from being Vi compatible.
+You can find the Posix specification for Vi here:
+https://pubs.opengroup.org/onlinepubs/9699919799/utilities/vi.html
+And the related Ex specification:
+https://pubs.opengroup.org/onlinepubs/9699919799/utilities/ex.html
+
This is where Vim does not behave as POSIX specifies and why:
*posix-screen-size*
diff --git a/runtime/gvim.desktop b/runtime/gvim.desktop
index 044852bbce..9fb3e7fde2 100644
--- a/runtime/gvim.desktop
+++ b/runtime/gvim.desktop
@@ -4,19 +4,22 @@
# Translators: This is the Application Name used in the GVim desktop file
Name[de]=GVim
Name[eo]=GVim
+Name[ru]=GVim
Name[tr]=GVim
Name=GVim
# Translators: This is the Generic Application Name used in the Vim desktop file
GenericName[de]=Texteditor
GenericName[eo]=Tekstoredaktilo
GenericName[ja]=テキストエディタ
+GenericName[ru]=Текстовый редактор
GenericName[tr]=Metin Düzenleyici
GenericName=Text Editor
# Translators: This is the comment used in the Vim desktop file
Comment[de]=Textdateien bearbeiten
Comment[eo]=Redakti tekstajn dosierojn
Comment[ja]=テキストファイルを編集します
-Comment[tr]=Metin dosyaları düzenle
+Comment[ru]=Редактирование текстовых файлов
+Comment[tr]=Metin dosyaları düzenleyin
Comment=Edit text files
# The translations should come from the po file. Leave them here for now, they will
# be overwritten by the po file when generating the desktop.file!
@@ -75,7 +78,6 @@ Comment[pl]=Edytuj pliki tekstowe
Comment[pt]=Editar ficheiros de texto
Comment[pt_BR]=Edite arquivos de texto
Comment[ro]=Editare fişiere text
-Comment[ru]=Редактор текстовых файлов
Comment[sk]=Úprava textových súborov
Comment[sl]=Urejanje datotek z besedili
Comment[sq]=Përpuno files teksti
@@ -98,11 +100,13 @@ Type=Application
Keywords[de]=Text;Editor;
Keywords[eo]=Teksto;redaktilo;
Keywords[ja]=テキスト;エディタ;
+Keywords[ru]=текст;текстовый редактор
Keywords[tr]=Metin;düzenleyici;
Keywords=Text;editor;
# Translators: This is the Icon file name. Do NOT translate
Icon[de]=gvim
Icon[eo]=gvim
+Icon[ru]=gvim
Icon=gvim
Categories=Utility;TextEditor;
StartupNotify=true
diff --git a/runtime/lang/menu_tr.cp1254.vim b/runtime/lang/menu_tr.cp1254.vim
new file mode 100644
index 0000000000..2c5158da55
--- /dev/null
+++ b/runtime/lang/menu_tr.cp1254.vim
@@ -0,0 +1,3 @@
+" Menu Translations: Turkish
+
+source <sfile>:p:h/menu_tr_tr.iso_8859-9.vim
diff --git a/runtime/lang/menu_tr_tr.cp1254.vim b/runtime/lang/menu_tr_tr.cp1254.vim
new file mode 100644
index 0000000000..2c5158da55
--- /dev/null
+++ b/runtime/lang/menu_tr_tr.cp1254.vim
@@ -0,0 +1,3 @@
+" Menu Translations: Turkish
+
+source <sfile>:p:h/menu_tr_tr.iso_8859-9.vim
diff --git a/runtime/syntax/vim.vim b/runtime/syntax/vim.vim
index e0096f6264..dcaf23dc5f 100644
--- a/runtime/syntax/vim.vim
+++ b/runtime/syntax/vim.vim
@@ -1,7 +1,7 @@
" Vim syntax file
" Language: Vim 8.0 script
" Maintainer: Charles E. Campbell <NdrOchipS@PcampbellAfamily.Mbiz>
-" Last Change: October 31, 2019
+" Last Change: Nov 10, 2019
" Version: 8.0-27
" URL: http://www.drchip.org/astronaut/vim/index.html#SYNTAX_VIM
" Automatically generated keyword lists: {{{1
@@ -236,7 +236,7 @@ endif
" Functions : Tag is provided for those who wish to highlight tagged functions {{{2
" =========
syn cluster vimFuncList contains=vimCommand,vimFunctionError,vimFuncKey,Tag,vimFuncSID
-syn cluster vimFuncBodyList contains=vimAbb,vimAddress,vimAugroupKey,vimAutoCmd,vimCmplxRepeat,vimComment,vimContinue,vimCtrlChar,vimEcho,vimEchoHL,vimExecute,vimIsCommand,vimFBVar,vimFunc,vimFunction,vimFuncVar,vimGlobal,vimHighlight,vimIsCommand,vimLet,vimLineComment,vimMap,vimMark,vimNorm,vimNotation,vimNotFunc,vimNumber,vimOper,vimOperParen,vimRegion,vimRegister,vimSearch,vimSet,vimSpecFile,vimString,vimSubst,vimSynLine,vimUnmap,vimUserCommand
+syn cluster vimFuncBodyList contains=vimAbb,vimAddress,vimAugroupKey,vimAutoCmd,vimCmplxRepeat,vimComment,vimContinue,vimCtrlChar,vimEcho,vimEchoHL,vimExecute,vimIsCommand,vimFBVar,vimFunc,vimFunction,vimFuncVar,vimGlobal,vimHighlight,vimIsCommand,vimLet,vimLetHereDoc,vimLineComment,vimMap,vimMark,vimNorm,vimNotation,vimNotFunc,vimNumber,vimOper,vimOperParen,vimRegion,vimRegister,vimSearch,vimSet,vimSpecFile,vimString,vimSubst,vimSynLine,vimUnmap,vimUserCommand
syn match vimFunction "\<fu\%[nction]!\=\s\+\%(<[sS][iI][dD]>\|[sSgGbBwWtTlL]:\)\=\%(\i\|[#.]\|{.\{-1,}}\)*\ze\s*(" contains=@vimFuncList nextgroup=vimFuncBody
if exists("g:vimsyn_folding") && g:vimsyn_folding =~# 'f'
@@ -379,8 +379,7 @@ syn match vimSetMod contained "&vim\=\|[!&?<]\|all&"
" Let: {{{2
" ===
syn keyword vimLet let unl[et] skipwhite nextgroup=vimVar,vimFuncVar,vimLetHereDoc
-VimFoldh syn region vimLetHereDoc matchgroup=vimLetHereDocStart start='=<<\s\+\%(trim\>\)\=\s*\z([^a-z]\S*\)' matchgroup=vimLetHereDocStop end='^\s*\z1\s*$' contains=vimComment
-syn cluster vimFuncBodyList add=vimLetHereDoc
+VimFoldh syn region vimLetHereDoc matchgroup=vimLetHereDocStart start='=<<\s\+\%(trim\>\)\=\s*\z(\L\S*\)' matchgroup=vimLetHereDocStop end='^\s*\z1\s*$' contains=vimComment
" Abbreviations: {{{2
" =============
diff --git a/runtime/tutor/tutor.tr.iso9 b/runtime/tutor/tutor.tr.iso9
index 2089efff83..9377ff269f 100644
--- a/runtime/tutor/tutor.tr.iso9
+++ b/runtime/tutor/tutor.tr.iso9
@@ -1,6 +1,6 @@
-===============================================================================
-= V I M T u t o r ' a h o g e l d i n i z ! - Srm 1.7 =
-===============================================================================
+================================================================================
+= V I M T u t o r ' a h o g e l d i n i z ! -- Srm 1.7 =
+================================================================================
Vim, byle bir eitmen ile aklanmas gereken ok fazla komut barndran,
olduka kuvvetli bir metin dzenleyicidir. Bu eitmen Vim'i ok amal bir
@@ -22,7 +22,7 @@
imdi Caps Lock dmenizin basl olmadna emin olun ve Ders 1.1'in
ekran tamamen doldurmas iin j dmesine yeterli miktarda basn.
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Ders 1.1: MLEC HAREKET ETTRMEK
@@ -47,7 +47,7 @@
NOT: Ok dmeleri de ayn ie yarar. Ancak hjkl dmelerini kullanarak ok
daha hzl hareket edebilirsiniz. Gerekten.
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Ders 1.2: VM'DEN IKI
@@ -65,7 +65,7 @@
5. mleci Ders 1.3'e tayn.
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Ders 1.3: METN DZENLEME - METN SLME
@@ -85,7 +85,7 @@
NOT: Bu eitmende ilerledike ezberlemeye almayn, deneyerek renin.
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Ders 1.4: METN DZENLEME - METN GRME
@@ -106,7 +106,7 @@
5. Artk yapabildiinizi dnyorsanz bir sonraki blme gein.
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Ders 1.5: METN DZENLEME - METN EKLEME
@@ -129,7 +129,7 @@
5. Artk rahata metin ekleyebildiinizi dnyorsanz Ders 1.6'ya gein.
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Ders 1.6: DOSYA DZENLEME
@@ -154,7 +154,7 @@
6. Yukardaki admlar okuduktan ve anladktan sonra YAPIN.
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Ders 1: ZET
@@ -185,7 +185,7 @@
imdi Ders 2 ile bu eitmeni srdrn.
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Ders 2.1: SLME KOMUTLARI
@@ -207,7 +207,7 @@
5. Tmce dzelene kadar adm 3 ve 4' tekrar edin ve Ders 2.2'ye gein.
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Ders 2.2: DAHA FAZLA SLME KOMUTLARI
@@ -229,7 +229,7 @@
5. Neler olduunu anlamak iin Ders 2.3'e gidin.
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Ders 2.3: LELER VE HAREKETLER
@@ -254,7 +254,7 @@
NOT: Normal kipte hibir hareket olmadan yalnzca ileci girmek imleci
yukarda belirtildii gibi hareket ettirir.
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Ders 2.4: BR HAREKET LE BRLKTE SAYIM KULLANMAK
@@ -274,7 +274,7 @@
6. Ders 2.5'e gein.
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Ders 2.5: BR SAYIM KULLANARAK DAHA FAZLA SLME LEM
@@ -295,7 +295,7 @@
---> Bu ABC DE satrdaki FG HI JKLM NO PRST szckler U VY temizlenmitir.
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Ders 2.6: SATIRLARDA LEM YAPMA
@@ -321,7 +321,7 @@
---> 6) eker tatldr
---> 7) Ve sen de ylesin
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Ders 2.7: GER AL KOMUTU
@@ -346,7 +346,7 @@
8. Bunlar son derece kullanl komutlardr. imdi Ders 2 zete gein.
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Ders 2: ZET
@@ -373,7 +373,7 @@
Bir satrdaki tm deiiklikleri geri almak iin U (byk U) yazn.
Geri almalar geri almak iin <CTRL> R kullann.
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Ders 3.1: KOY KOMUTU
@@ -396,7 +396,7 @@
---> c) Akl renilir,
---> a) Gller krmzdr,
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Ders 3.2: DETR KOMUTU
@@ -417,7 +417,7 @@
NOT: Unutmayn, ezberleyerek deil deneyerek renin.
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Ders 3.3: DETR LEC
@@ -439,7 +439,7 @@
ce'nin sadece szc deitirmediini, ayn zamanda sizi EKLE kipine
aldna da dikkat edin.
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Ders 3.4: c'Y KULLANARAK DAHA FAZLA DETRME
@@ -462,7 +462,7 @@
---> Bu satrn sonu dzeltilmek iin c$ komutu kullanlarak yardma ihtiya
duyuyor.
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Ders 3: ZET
@@ -484,7 +484,7 @@
imdi bir sonraki derse gein.
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Ders 4.1: MLE KONUMU VE DOSYA DURUMU
@@ -508,7 +508,7 @@
4. Yapabileceinizi dndnzde, adm 1'den 3'e kadar yapn.
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Ders 4.2: ARAMA KOMUTU
@@ -530,7 +530,7 @@
Not: Arama dosyann sonuna ulatnda dosyann bandan srecektir. Bunu
devre d brakmak iin 'wrapscan' seeneini sfrlayn.
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Ders 4.3: UYAN AYRALAR ARAMASI
@@ -552,7 +552,7 @@ Not: Arama dosyann sonuna ulatnda dosyann bandan srecektir. Bunu
NOT: Bu ierisinde ei olmayan ayralar bulunan bir programn hatalarn
ayklamak iin son derece yararldr.
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Ders 4.4: BUL/DETR KOMUTU
@@ -576,7 +576,7 @@ Not: Arama dosyann sonuna ulatnda dosyann bandan srecektir. Bunu
:%s/eski/yeni/gc yazn. Bu tm dosyadaki her oluumu deitirir ancak
her birini deitirmeden nce bize sorar.
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Ders 4: ZET
@@ -600,7 +600,7 @@ Not: Arama dosyann sonuna ulatnda dosyann bandan srecektir. Bunu
Dosyadaki tm karlamalar deitirmek iin :%s/eski/yeni/g yazn.
Her seferinde onay sormas iin :%s/eski/yeni/gc kullann.
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Ders 5.1: BIR DI KOMUT ALITIRMAK
@@ -621,7 +621,7 @@ Not: Arama dosyann sonuna ulatnda dosyann bandan srecektir. Bunu
NOT: Tm : komutlarndan sonra <ENTER> dmesine baslmaldr. Bundan
sonra bunu her zaman anmsatmayacaz.
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Ders 5.2: DOSYA YAZMAYA DEVAM
@@ -645,7 +645,7 @@ Not: Arama dosyann sonuna ulatnda dosyann bandan srecektir. Bunu
Windows: :!del DENEME
Unix (macOS, Linux, Haiku): :!rm DENEME
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Ders 5.3: YAZMA N METN SEME
@@ -664,7 +664,7 @@ Not: Arama dosyann sonuna ulatnda dosyann bandan srecektir. Bunu
5. Vim seilen satrlar DENEME dosyasna yazacaktr. :!ls veya :!dir ile
bakarak dosyay grn. Henz silmeyin; bir sonraki derste kullanacaz.
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Ders 5.4: DOSYALARI BRLETRME VE BLM EKLEME
@@ -685,7 +685,7 @@ Not: Arama dosyann sonuna ulatnda dosyann bandan srecektir. Bunu
koyabilirsiniz. rnein :r :!ls yazmak ls komutunun verecei kty
dosyann iinde hemen imlecin altndaki satra koyar.
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Ders 5: ZET
@@ -705,7 +705,7 @@ Not: Arama dosyann sonuna ulatnda dosyann bandan srecektir. Bunu
5. :r !dir veya !ls bu iki komutun (dosyalar listeleme) ieriklerini
okur ve dosyann iine yerletirir.
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Ders 6.1: A KOMUTU
@@ -726,7 +726,7 @@ Not: Arama dosyann sonuna ulatnda dosyann bandan srecektir. Bunu
---> Bu satrn zerine bir satr amak iin imle bu satrdayken O yazn.
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Ders 6.2: EKLE KOMUTU
@@ -747,7 +747,7 @@ Not: Arama dosyann sonuna ulatnda dosyann bandan srecektir. Bunu
---> Bu sat alabilirsiniz. al met ekl
---> Bu satrda alabilirsiniz. alrken metin eklemeyi kullann.
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Ders 6.3: BR BAKA DETR KOMUTU
@@ -767,9 +767,10 @@ Not: Arama dosyann sonuna ulatnda dosyann bandan srecektir. Bunu
---> 123 saysna xxx eklemek size yyy toplamn verir.
---> 123 saysna 456 eklemek size 579 toplamn verir.
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Ders 6.4: METN KOPYALA VE YAPITIR
+
** y ilecini kullanarak metin kopyalayn ve p kullanarak yaptrn. **
1. mleci aada ---> ile imlenmi satra getirin, "a)"nn ardna koyun.
@@ -791,7 +792,7 @@ Not: Arama dosyann sonuna ulatnda dosyann bandan srecektir. Bunu
NOT: y komutunu bir ile olarak da kullanabilirsiniz; yw komutu yalnzca
bir szc kopyalar.
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Ders 6.4: SET KOMUTU
@@ -816,7 +817,7 @@ Not: Arama dosyann sonuna ulatnda dosyann bandan srecektir. Bunu
NOT: Eer yalnzca bir arama ilemi iin BYK/kk harf ayrmsz arama
yapmak istiyorsanz /ignore\c komutunu kullann.
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
DERS 6 ZET
@@ -841,7 +842,7 @@ Not: Arama dosyann sonuna ulatnda dosyann bandan srecektir. Bunu
7. Bir ayar kapatmak iin "no" ekleyin, rnein :set noic.
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Ders 7.1: YARDIM KAYNAKLARI
@@ -849,12 +850,13 @@ Not: Arama dosyann sonuna ulatnda dosyann bandan srecektir. Bunu
Vim geni bir evrimii yardm sistemine sahiptir. Balamak iin u n
deneyebilirsiniz:
+
- (eer varsa) <HELP> dmesine basn
- (eer varsa) <F1> dmesine basn
- :help yazn ve <ENTER> dmesine basn
- Yardm penceresindeki metinleri okuyarak yardm sisteminin nasl altn
- renin.
+ Yardm penceresindeki metinleri okuyarak yardm sisteminin nasl
+ altn renin.
Bir pencereden dierine gemek iin <CTRL> W ikilisini kullann.
Yardm penceresini kapatmak iin :q yazp <ENTER> dmesine basn.
@@ -866,7 +868,7 @@ Not: Arama dosyann sonuna ulatnda dosyann bandan srecektir. Bunu
:help insert-index
:help user-manual
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Ders 7.2: BR BALANGI BET OLUTURUN
@@ -891,7 +893,7 @@ Not: Arama dosyann sonuna ulatnda dosyann bandan srecektir. Bunu
Tm tercih ettiiniz ayarlar bu "vimrc" dosyasna ekleyebilirsiniz.
Daha fazla bilgi iin :help vimrc-intro yazn.
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Ders 7.3: TAMAMLAMA
@@ -902,7 +904,7 @@ Not: Arama dosyann sonuna ulatnda dosyann bandan srecektir. Bunu
2. Bulunduunuz dizindeki dosyalara :!ls veya :!dir ile bakn.
- 3. Bir komutun balangcn yazn, rnein :e.
+ 3. Bir komutun ba ksmn yazn, rnein :e.
4. <CTRL> D'ye bastnzda Vim size e ile balayan komutlar
gsterecektir.
@@ -919,7 +921,7 @@ Not: Arama dosyann sonuna ulatnda dosyann bandan srecektir. Bunu
NOT: Tamamlama birok komut iin alr. Yalnzca <CTRL> D ve <TAB>
ikililerini deneyin. zellikle :help iin ok yararldr.
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Ders 7: ZET
@@ -938,7 +940,7 @@ Not: Arama dosyann sonuna ulatnda dosyann bandan srecektir. Bunu
6. Bir : komutu girerken <CTRL> D'ye basarak olanakl tamamlama
seeneklerini grebilirsiniz. <TAB>'a basarak tamamlamay sein.
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bylece Vim Eitmeni tamamlanm oldu. Eitmendeki ama Vim dzenleyicisi
hakknda ksa bir bilgi vermek ve onu kolayca kullanmanz salamakt.
@@ -976,4 +978,4 @@ Not: Arama dosyann sonuna ulatnda dosyann bandan srecektir. Bunu
2019 Gncelleme:
Emir SARI, bitigchi (at) me (dot) com
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
diff --git a/runtime/tutor/tutor.tr.utf-8 b/runtime/tutor/tutor.tr.utf-8
index 3ca6b513fc..7b5f1d6e7b 100644
--- a/runtime/tutor/tutor.tr.utf-8
+++ b/runtime/tutor/tutor.tr.utf-8
@@ -1,6 +1,6 @@
-===============================================================================
-= V I M T u t o r ' a h o ş g e l d i n i z ! - Sürüm 1.7 =
-===============================================================================
+================================================================================
+= V I M T u t o r ' a h o ş g e l d i n i z ! -- Sürüm 1.7 =
+================================================================================
Vim, böyle bir eğitmen ile açıklanması gereken çok fazla komut barındıran,
oldukça kuvvetli bir metin düzenleyicidir. Bu eğitmen Vim'i çok amaçlı bir
@@ -22,7 +22,7 @@
Şimdi Caps Lock düğmenizin basılı olmadığına emin olun ve Ders 1.1'in
ekranı tamamen doldurması için j düğmesine yeterli miktarda basın.
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Ders 1.1: İMLECİ HAREKET ETTİRMEK
@@ -47,7 +47,7 @@
NOT: Ok düğmeleri de aynı işe yarar. Ancak hjkl düğmelerini kullanarak çok
daha hızlı hareket edebilirsiniz. Gerçekten.
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Ders 1.2: VİM'DEN ÇIKIŞ
@@ -65,7 +65,7 @@
5. İmleci Ders 1.3'e taşıyın.
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Ders 1.3: METİN DÜZENLEME - METİN SİLME
@@ -85,7 +85,7 @@
NOT: Bu eğitmende ilerledikçe ezberlemeye çalışmayın, deneyerek öğrenin.
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Ders 1.4: METİN DÜZENLEME - METİN GİRME
@@ -106,7 +106,7 @@
5. Artık yapabildiğinizi düşünüyorsanız bir sonraki bölüme geçin.
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Ders 1.5: METİN DÜZENLEME - METİN EKLEME
@@ -129,7 +129,7 @@
5. Artık rahatça metin ekleyebildiğinizi düşünüyorsanız Ders 1.6'ya geçin.
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Ders 1.6: DOSYA DÜZENLEME
@@ -154,7 +154,7 @@
6. Yukarıdaki adımları okuduktan ve anladıktan sonra YAPIN.
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Ders 1: ÖZET
@@ -185,7 +185,7 @@
Şimdi Ders 2 ile bu eğitmeni sürdürün.
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Ders 2.1: SİLME KOMUTLARI
@@ -207,7 +207,7 @@
5. Tümce düzelene kadar adım 3 ve 4'ü tekrar edin ve Ders 2.2'ye geçin.
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Ders 2.2: DAHA FAZLA SİLME KOMUTLARI
@@ -229,7 +229,7 @@
5. Neler olduğunu anlamak için Ders 2.3'e gidin.
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Ders 2.3: İŞLEÇLER VE HAREKETLER
@@ -254,7 +254,7 @@
NOT: Normal kipte hiçbir hareket olmadan yalnızca işleci girmek imleci
yukarıda belirtildiği gibi hareket ettirir.
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Ders 2.4: BİR HAREKET İLE BİRLİKTE SAYIM KULLANMAK
@@ -274,7 +274,7 @@
6. Ders 2.5'e geçin.
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Ders 2.5: BİR SAYIM KULLANARAK DAHA FAZLA SİLME İŞLEMİ
@@ -295,7 +295,7 @@
---> Bu ABC ÇDE satırdaki FGĞ HIİ JKLM NOÖ PRSŞT sözcükler UÜ VY temizlenmiştir.
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Ders 2.6: SATIRLARDA İŞLEM YAPMA
@@ -321,7 +321,7 @@
---> 6) Şeker tatlıdır
---> 7) Ve sen de öylesin
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Ders 2.7: GERİ AL KOMUTU
@@ -346,7 +346,7 @@