﻿<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ja">
	<id>https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=Dev%3ADoc%2FTools%2FUser_Reference_Manual%2FEditor_Vim</id>
	<title>Dev:Doc/Tools/User Reference Manual/Editor Vim - 版の履歴</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=Dev%3ADoc%2FTools%2FUser_Reference_Manual%2FEditor_Vim"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:Doc/Tools/User_Reference_Manual/Editor_Vim&amp;action=history"/>
	<updated>2026-06-10T11:50:47Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Dev:Doc/Tools/User_Reference_Manual/Editor_Vim&amp;diff=149259&amp;oldid=prev</id>
		<title>Yamyam: 1版 をインポートしました</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:Doc/Tools/User_Reference_Manual/Editor_Vim&amp;diff=149259&amp;oldid=prev"/>
		<updated>2018-06-28T21:13:04Z</updated>

		<summary type="html">&lt;p&gt;1版 をインポートしました&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;ja&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← 古い版&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;2018年6月28日 (木) 21:13時点における版&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;ja&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(相違点なし)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Yamyam</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Dev:Doc/Tools/User_Reference_Manual/Editor_Vim&amp;diff=149258&amp;oldid=prev</id>
		<title>wiki&gt;Ideasman42: /* Editing reStructuredText in Vim */</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:Doc/Tools/User_Reference_Manual/Editor_Vim&amp;diff=149258&amp;oldid=prev"/>
		<updated>2015-01-25T03:34:23Z</updated>

		<summary type="html">&lt;p&gt;‎&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Editing reStructuredText in Vim&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= Editing reStructuredText in Vim =&lt;br /&gt;
&lt;br /&gt;
This page contains additions you can make to your &amp;lt;tt&amp;gt;vimrc&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To avoid conflict with any of your preferred settings for other file-types: &amp;lt;tt&amp;gt;&amp;quot;autocmd FileType&amp;quot;&amp;lt;/tt&amp;gt; is used where possible.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=vim&amp;gt;&lt;br /&gt;
&amp;quot; Example '.vimrc'&lt;br /&gt;
&lt;br /&gt;
&amp;quot; needed to detect '.rst' files for special handling.&lt;br /&gt;
filetype plugin on&lt;br /&gt;
&lt;br /&gt;
&amp;quot; indent based on filetype&lt;br /&gt;
filetype indent on&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;quot; These settings will only impact editing '.rst' files.&lt;br /&gt;
&amp;quot; so as not to conflict with any of your other settings.&lt;br /&gt;
&lt;br /&gt;
&amp;quot; indentation settings&lt;br /&gt;
autocmd FileType rst setlocal expandtab shiftwidth=3 tabstop=3&lt;br /&gt;
&lt;br /&gt;
&amp;quot; show a ruler at the right hand margin&lt;br /&gt;
autocmd FileType rst setlocal colorcolumn=120&lt;br /&gt;
&lt;br /&gt;
&amp;quot; for wrapping text&lt;br /&gt;
autocmd FileType rst setlocal textwidth=118&lt;br /&gt;
&lt;br /&gt;
&amp;quot; set spelling&lt;br /&gt;
autocmd FileType rst setlocal spell spelllang=en_us&lt;br /&gt;
&lt;br /&gt;
&amp;quot; enable syntax highlighting&lt;br /&gt;
autocmd FileType rst syntax on&lt;br /&gt;
&lt;br /&gt;
&amp;quot; all files use utf-8 encoding&lt;br /&gt;
autocmd FileType rst setlocal encoding=utf-8&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>wiki&gt;Ideasman42</name></author>
		
	</entry>
</feed>