annotate runtime/doc/vimdiff-tr.1 @ 20611:ac057cd4e5cb v8.2.0859

patch 8.2.0859: no Turkish translation of the manual Commit: https://github.com/vim/vim/commit/f09715bc5c827dab4425736da9024727836997e5 Author: Bram Moolenaar <Bram@vim.org> Date: Sun May 31 14:25:22 2020 +0200 patch 8.2.0859: no Turkish translation of the manual Problem: No Turkish translation of the manual. Solution: Add Turkish translations. (Emir Sar?, closes https://github.com/vim/vim/issues/5641)
author Bram Moolenaar <Bram@vim.org>
date Sun, 31 May 2020 14:30:05 +0200
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
20611
ac057cd4e5cb patch 8.2.0859: no Turkish translation of the manual
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
1 .TH VIMDIFF 1 "30 Mart 2001"
ac057cd4e5cb patch 8.2.0859: no Turkish translation of the manual
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
2 .SH AD
ac057cd4e5cb patch 8.2.0859: no Turkish translation of the manual
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
3 vimdiff \- bir dosyanın dört adede kadar sürümlerini Vim ile düzenle
ac057cd4e5cb patch 8.2.0859: no Turkish translation of the manual
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
4 ve ayrımlarını göster
ac057cd4e5cb patch 8.2.0859: no Turkish translation of the manual
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
5 .SH ÖZET
ac057cd4e5cb patch 8.2.0859: no Turkish translation of the manual
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
6 .br
ac057cd4e5cb patch 8.2.0859: no Turkish translation of the manual
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
7 .B vimdiff
ac057cd4e5cb patch 8.2.0859: no Turkish translation of the manual
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
8 [seçenekler] dosya1 dosya2 [dosya3 [dosya4]]
ac057cd4e5cb patch 8.2.0859: no Turkish translation of the manual
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
9 .PP
ac057cd4e5cb patch 8.2.0859: no Turkish translation of the manual
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
10 .B gvimdiff
ac057cd4e5cb patch 8.2.0859: no Turkish translation of the manual
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
11 .SH TANIM
ac057cd4e5cb patch 8.2.0859: no Turkish translation of the manual
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
12 .B Vimdiff,
ac057cd4e5cb patch 8.2.0859: no Turkish translation of the manual
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
13 .B Vim
ac057cd4e5cb patch 8.2.0859: no Turkish translation of the manual
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
14 içinde iki (üç veya dört) dosyayı açar.
ac057cd4e5cb patch 8.2.0859: no Turkish translation of the manual
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
15 Her dosya ayrı pencerelerde açılır.
ac057cd4e5cb patch 8.2.0859: no Turkish translation of the manual
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
16 Dosyalar arasındaki ayrımlar vurgulanır.
ac057cd4e5cb patch 8.2.0859: no Turkish translation of the manual
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
17 Böylece değişiklikler kolayca denetlenebilir ve aynı dosyanın başka bir
ac057cd4e5cb patch 8.2.0859: no Turkish translation of the manual
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
18 sürümüne kolaylıkla aktarılabilir.
ac057cd4e5cb patch 8.2.0859: no Turkish translation of the manual
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
19 .PP
ac057cd4e5cb patch 8.2.0859: no Turkish translation of the manual
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
20 Vim hakkında ek bilgi için: vim(1)
ac057cd4e5cb patch 8.2.0859: no Turkish translation of the manual
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
21 .PP
ac057cd4e5cb patch 8.2.0859: no Turkish translation of the manual
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
22 .B gvimdiff
ac057cd4e5cb patch 8.2.0859: no Turkish translation of the manual
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
23 olarak başlatılırsa varsa grafik arabirim açılır.
ac057cd4e5cb patch 8.2.0859: no Turkish translation of the manual
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
24 .PP
ac057cd4e5cb patch 8.2.0859: no Turkish translation of the manual
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
25 Her pencerede 'diff' seçeneği açılır, böylece değişiklikler vurgulanır.
ac057cd4e5cb patch 8.2.0859: no Turkish translation of the manual
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
26 .br
ac057cd4e5cb patch 8.2.0859: no Turkish translation of the manual
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
27 \'wrap' ve 'scrollbind' seçenekleri metnin düzgün görünmesi için açılır.
ac057cd4e5cb patch 8.2.0859: no Turkish translation of the manual
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
28 .br
ac057cd4e5cb patch 8.2.0859: no Turkish translation of the manual
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
29 \'foldmethod' seçeneği "diff"e, ayarlanır, böylece satır aralıkları
ac057cd4e5cb patch 8.2.0859: no Turkish translation of the manual
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
30 kıvrılır. 'foldcolumn' seçeneği kıvırmaları kolay ayrımlama ve açıp kapama
ac057cd4e5cb patch 8.2.0859: no Turkish translation of the manual
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
31 için iki olarak ayarlanır.
ac057cd4e5cb patch 8.2.0859: no Turkish translation of the manual
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
32 .SH SEÇENEKLER
ac057cd4e5cb patch 8.2.0859: no Turkish translation of the manual
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
33 Satırlar hizalama için "\-O" seçeneği kullanılmışçasına dikey bölüntüler
ac057cd4e5cb patch 8.2.0859: no Turkish translation of the manual
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
34 içinde görüntülenir.
ac057cd4e5cb patch 8.2.0859: no Turkish translation of the manual
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
35 Yatay bölüntüler kullanmak için "\-o" kullanın.
ac057cd4e5cb patch 8.2.0859: no Turkish translation of the manual
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
36 Diğer tüm değişkenler için: vim(1).
ac057cd4e5cb patch 8.2.0859: no Turkish translation of the manual
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
37 .SH AYRICA BAKINIZ
ac057cd4e5cb patch 8.2.0859: no Turkish translation of the manual
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
38 vim(1)
ac057cd4e5cb patch 8.2.0859: no Turkish translation of the manual
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
39 .SH YAZAR
ac057cd4e5cb patch 8.2.0859: no Turkish translation of the manual
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
40 .B Vim'in
ac057cd4e5cb patch 8.2.0859: no Turkish translation of the manual
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
41 büyük çoğunluğu Bram Moolenaar tarafından başkalarının kayda değer
ac057cd4e5cb patch 8.2.0859: no Turkish translation of the manual
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
42 yardımlarıyla yazılmıştır.
ac057cd4e5cb patch 8.2.0859: no Turkish translation of the manual
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
43 Ek bilgi için
ac057cd4e5cb patch 8.2.0859: no Turkish translation of the manual
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
44 .B Vim
ac057cd4e5cb patch 8.2.0859: no Turkish translation of the manual
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
45 içinde ":help credits" yazın.