source: postlfs/editors/vim.xml@ 02fc2ae

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.6 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 02fc2ae was 7a2aeb5, checked in by Fernando de Oliveira <fernando@…>, 10 years ago

Three tags.

Update to lxappearance-obconf-0.2.2.
Update to lxtask-0.1.5.
Update to lxinput-0.3.3.
Fixes and tweaks: GPicView-0.2.4, LXDM-0.5.0, PCManFM-1.2.2, and Vim-7.4.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@14311 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 12.3 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY vim-download-http " ">
8 <!ENTITY vim-download-ftp "ftp://ftp.vim.org/pub/vim/unix/vim-&vim-version;.tar.bz2">
9 <!ENTITY vim-md5sum "607e135c559be642f210094ad023dc65">
10 <!ENTITY vim-size "9.4 MB">
11 <!ENTITY vim-buildsize "90 MB">
12 <!ENTITY vim-time "1.7 SBU">
13]>
14
15<sect1 id="vim" xreflabel="Vim-&vim-version;">
16 <?dbhtml filename="vim.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Vim-&vim-version;</title>
24
25 <indexterm zone="vim">
26 <primary sortas="a-Vim">Vim</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Vim</title>
31
32 <para>The <application>Vim</application> package, which is an
33 abbreviation for VI IMproved, contains a <command>vi</command>
34 clone with extra features as compared to the original
35 <command>vi</command>.</para>
36
37 <para>The default LFS instructions install <application>vim</application>
38 as a part of the base system. If you would prefer to link
39 <application>vim</application> against <application>X</application>,
40 you should recompile <application>vim</application> to enable GUI mode.
41 There is no need for special instructions since
42 <application>X</application> support is automatically detected.</para>
43
44 &lfs76_checked;
45
46 <bridgehead renderas="sect3">Package Information</bridgehead>
47 <itemizedlist spacing="compact">
48 <listitem>
49 <para>Download (HTTP): <ulink url="&vim-download-http;"/></para>
50 </listitem>
51 <listitem>
52 <para>Download (FTP): <ulink url="&vim-download-ftp;"/></para>
53 </listitem>
54 <listitem>
55 <para>Download MD5 sum: &vim-md5sum;</para>
56 </listitem>
57 <listitem>
58 <para>Download size: &vim-size;</para>
59 </listitem>
60 <listitem>
61 <para>Estimated disk space required: &vim-buildsize;</para>
62 </listitem>
63 <listitem>
64 <para>Estimated build time: &vim-time;</para>
65 </listitem>
66 </itemizedlist>
67
68 <bridgehead renderas="sect3">Vim Dependencies</bridgehead>
69
70 <bridgehead renderas="sect4">Recommended</bridgehead>
71 <para role="recommended">
72 <xref linkend="x-window-system"/> and
73 <xref linkend="gtk2"/>
74 </para>
75
76 <bridgehead renderas="sect4">Optional</bridgehead>
77 <para role="optional">
78 <ulink url="http://sourceforge.net/projects/lesstif/">LessTif</ulink>,
79 <xref linkend="python2"/>,
80 <xref linkend="tcl"/>,
81 <xref linkend="ruby"/>, and
82 <xref linkend="gpm"/>
83 </para>
84
85 <para condition="html" role="usernotes">User Notes:
86 <ulink url="&blfs-wiki;/vim"/></para>
87
88 </sect2>
89
90 <sect2 role="installation">
91 <title>Installation of Vim</title>
92
93 <note>
94 <para>If you recompile <application>Vim</application> to link against
95 <application>X</application> and your <application>X</application>
96 libraries are not on the root partition, you will no longer have an editor
97 for use in emergencies. You may choose to install an additional editor,
98 not link <application>Vim</application> against
99 <application>X</application>, or move the current <command>vim</command>
100 executable to the <filename class="directory">/bin</filename> directory
101 under a different name such as <filename>vi</filename>.</para>
102 </note>
103
104 <para>Install <application>Vim</application> by running the following
105 commands:</para>
106
107<screen><userinput>echo '#define SYS_VIMRC_FILE "/etc/vimrc"' &gt;&gt; src/feature.h &amp;&amp;
108echo '#define SYS_GVIMRC_FILE "/etc/gvimrc"' &gt;&gt; src/feature.h &amp;&amp;
109./configure --prefix=/usr --with-features=huge &amp;&amp;
110make</userinput></screen>
111
112 <para>To test the results, issue: <command>make test</command>.
113 The <application>vim</application> test suite outputs a lot of binary
114 data to the screen, which can cause issues with the settings of the
115 current terminal. This can be resolved by redirecting the output to a
116 log file. Even if one of the tests fails to produce the file
117 <filename>test.out</filename> in <filename
118 class="directory">src/testdir</filename>, the remaining tests will still
119 be executed. If all goes well,the final message in the log file will be
120 <literal>ALL DONE</literal>. <emphasis>Note</emphasis>: Some color tests
121 expect to be executed under the <command>xterm</command> terminal
122 emulator.</para>
123
124 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
125
126<screen role="root"><userinput>make install</userinput></screen>
127
128 <para>By default, Vim's documentation is installed in <filename
129 class="directory">/usr/share/vim</filename>. The following symlink allows
130 the documentation to be accessed via <filename
131 class="directory">/usr/share/doc/vim-&vim-version;</filename>, making it
132 consistent with the location of documentation for other packages:</para>
133
134<!-- When updating, be sure to change the line below for the proper 'vimxx' unpacked
135 directory -->
136
137<screen role="root"><userinput>ln -snfv ../vim/vim74/doc /usr/share/doc/vim-&vim-version;</userinput></screen>
138
139 <para>If you wish to update the runtime files, issue the
140 following command (requires <xref linkend="rsync"/>):</para>
141
142<screen><userinput>rsync -avzcP --delete --exclude="/dos/" --exclude="/spell/" \
143 ftp.nluug.nl::Vim/runtime/ ./runtime/</userinput></screen>
144
145 <para>To install the runtime files and regenerate the
146 <filename>tags</filename> file, as the
147 <systemitem class="username">root</systemitem> user issue:</para>
148
149<screen role="root"><userinput>make -C src installruntime &amp;&amp;
150vim -c ":helptags /usr/share/doc/vim-&vim-version;" -c ":q"</userinput></screen>
151
152 </sect2>
153
154 <sect2 role="commands">
155 <title>Command Explanations</title>
156
157 <para><parameter>--with-features=huge</parameter>: This switch enables all
158 the additional features available in <application>Vim</application>,
159 including support for multibyte characters.</para>
160
161 <para><option>--enable-gui=no</option>: This will prevent compilation of the
162 GUI. <application>Vim</application> will still link against
163 <application>X</application>, so that some features such as the client-server
164 model or the x11-selection (clipboard) are still available.</para>
165
166 <para><option>--without-x</option>: If you prefer not to link
167 <application>Vim</application> against <application>X</application>, use
168 this switch.</para>
169
170 <para><option>--enable-perlinterp</option>, <option>--enable-pythoninterp</option>,
171 <option>--enable-tclinterp</option>, <option>--enable-rubyinterp</option>:
172 These options include the Perl, Python, Tcl, or Ruby interpreters that allow
173 using other application code in <application>vim</application> scripts.</para>
174
175 </sect2>
176
177 <sect2 role="configuration">
178 <title>Configuring Vim</title>
179
180 <sect3 id='vim-config'>
181 <title>Config Files</title>
182
183 <para><filename>/etc/vimrc</filename> and
184 <filename>~/.vimrc</filename></para>
185
186 <indexterm zone="vim vim-config">
187 <primary sortas="e-etc-vimrc">/etc/vimrc</primary>
188 </indexterm>
189
190 <indexterm zone="vim vim-config">
191 <primary sortas="e-AA.vimrc">~/.vimrc</primary>
192 </indexterm>
193
194 </sect3>
195
196 <sect3 id='vim-desktop'>
197 <title>Desktop File</title>
198
199 <para>
200 If desired, create a menu entry for graphical vim,
201 <filename>gvim.desktop</filename>, as the <systemitem
202 class="username">root</systemitem> user
203 </para>
204
205<screen role="root"><userinput>cat &gt; /usr/share/applications/gvim.desktop &lt;&lt; "EOF"
206<literal>[Desktop Entry]
207Name=GVim Text Editor
208Comment=Edit text files
209Comment[pt_BR]=Edite arquivos de texto
210TryExec=gvim
211Exec=gvim -f %F
212Terminal=false
213Type=Application
214Icon=gvim.png
215Categories=Utility;TextEditor;
216StartupNotify=true
217MimeType=text/plain;</literal>
218EOF</userinput></screen>
219
220 </sect3>
221
222 <sect3 id='vim-init'>
223 <title>Configuration Information</title>
224
225 <para><application>Vim</application> has an integrated spell checker
226 which you can enable it if you issue the following in a vim window:
227 </para>
228
229<screen><literal>:setlocal spell spelllang=ru</literal></screen>
230
231 <para>This setting will enable spell checking for the Russian
232 language for the current session.</para>
233
234 <para>By default, <application>Vim</application> only installs spell
235 files for the English language. If a spell file is not available for
236 a language, then <application>Vim</application> will call the
237 <filename>$VIMRUNTIME/plugin/spellfile.vim</filename> plugin and will try
238 to obtain the *.spl and optionally *.sug from the vim ftp server,
239 by using the <filename>$VIMRUNTIME/plugin/netrwPlugin.vim</filename>
240 plugin.</para>
241
242<!-- When updating, be sure to change the line below for the proper 'vimxx' unpacked
243 directory -->
244 <para>Alternatively you can manually download the *.spl and *.sug files
245 from: <ulink url="ftp://ftp.vim.org/pub/vim/runtime/spell/"/> and save
246 them to <filename class="directory"> ~/.vim/spell </filename> or in
247 <filename class="directory">/usr/share/vim/vim74/spell/</filename>.</para>
248
249 <para>To find out what's new in <application>Vim-&vim-version;</application>
250 issue the following command:</para>
251
252<screen><literal>:help version-&vim-version;</literal></screen>
253
254 <para>For additional information on setting up
255 <application>Vim</application> configuration files, see <xref
256 linkend="postlfs-config-vimrc"/> and <ulink
257 url='http://vim.wikia.com/wiki/Example_vimrc'/>.</para>
258
259 </sect3>
260
261 </sect2>
262
263 <sect2 role="content">
264 <title>Contents</title>
265
266 <para>A list of the reinstalled files, along with their short
267 descriptions can be found in the <ulink
268 url="&lfs-root;/chapter06/vim.html#contents-vim">LFS Vim Installation
269 Instructions</ulink></para>
270
271 <segmentedlist>
272 <segtitle>Installed Programs</segtitle>
273 <segtitle>Installed Libraries</segtitle>
274 <segtitle>Installed Directory</segtitle>
275
276 <seglistitem>
277 <seg>gview, gvim, gvimdiff, rgview, and rgvim</seg>
278 <seg>None</seg>
279 <seg>/usr/share/vim</seg>
280 </seglistitem>
281 </segmentedlist>
282
283 <variablelist>
284 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
285 <?dbfo list-presentation="list"?>
286 <?dbhtml list-presentation="table"?>
287
288 <varlistentry id="gview">
289 <term><command>gview</command></term>
290 <listitem>
291 <para>starts <command>gvim</command> in read-only mode.</para>
292 <indexterm zone="vim gview">
293 <primary sortas="b-gview">gview</primary>
294 </indexterm>
295 </listitem>
296 </varlistentry>
297
298 <varlistentry id="gvim">
299 <term><command>gvim</command></term>
300 <listitem>
301 <para>is the editor that runs under <application>X</application>
302 and includes a GUI.</para>
303 <indexterm zone="vim gvim">
304 <primary sortas="b-gvim">gvim</primary>
305 </indexterm>
306 </listitem>
307 </varlistentry>
308
309 <varlistentry id="gvimdiff">
310 <term><command>gvimdiff</command></term>
311 <listitem>
312 <para>edits two or three versions of a file with
313 <command>gvim</command> and shows the differences.</para>
314 <indexterm zone="vim gvimdiff">
315 <primary sortas="b-gvimdiff">gvimdiff</primary>
316 </indexterm>
317 </listitem>
318 </varlistentry>
319
320 <varlistentry id="rgview">
321 <term><command>rgview</command></term>
322 <listitem>
323 <para>is a restricted version of <command>gview</command>.</para>
324 <indexterm zone="vim rgview">
325 <primary sortas="b-rgview">rgview</primary>
326 </indexterm>
327 </listitem>
328 </varlistentry>
329
330 <varlistentry id="rgvim">
331 <term><command>rgvim</command></term>
332 <listitem>
333 <para>is a restricted version of <command>gvim</command>. </para>
334 <indexterm zone="vim gvim">
335 <primary sortas="b-gvim">gvim</primary>
336 </indexterm>
337 </listitem>
338 </varlistentry>
339
340 </variablelist>
341
342 </sect2>
343
344</sect1>
Note: See TracBrowser for help on using the repository browser.