~ubuntu-branches/ubuntu/saucy/pida/saucy

« back to all changes in this revision

Viewing changes to docs/html/pida-faq.html

  • Committer: Bazaar Package Importer
  • Author(s): Barry deFreese
  • Date: 2006-08-01 13:08:56 UTC
  • mfrom: (0.1.2 etch) (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20060801130856-v92ktopgdxc8rv7q
Tags: 0.3.1-2ubuntu1
* Re-sync with Debian
* Remove bashisms from debian/rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8" ?>
 
2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 
3
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 
4
<head>
 
5
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 
6
<meta name="generator" content="Docutils 0.3.7: http://docutils.sourceforge.net/" />
 
7
<title>The PIDA FAQ</title>
 
8
<meta name="author" content="Ali Afshar" />
 
9
<link rel="stylesheet" href="default.css" type="text/css" />
 
10
</head>
 
11
<body>
 
12
<div class="document" id="the-pida-faq">
 
13
<h1 class="title">The PIDA FAQ</h1>
 
14
<table class="docinfo" frame="void" rules="none">
 
15
<col class="docinfo-name" />
 
16
<col class="docinfo-content" />
 
17
<tbody valign="top">
 
18
<tr><th class="docinfo-name">Author:</th>
 
19
<td>Ali Afshar</td></tr>
 
20
<tr><th class="docinfo-name">Contact:</th>
 
21
<td><a class="first last reference" href="mailto:aafshar&#64;gmail.com">aafshar&#64;gmail.com</a></td></tr>
 
22
</tbody>
 
23
</table>
 
24
<div class="section" id="general">
 
25
<h1><a name="general">General</a></h1>
 
26
<div class="section" id="is-pida-available-for-windows">
 
27
<h2><a name="is-pida-available-for-windows">Is PIDA available for Windows?</a></h2>
 
28
</div>
 
29
</div>
 
30
<div class="section" id="vim">
 
31
<h1><a name="vim">Vim</a></h1>
 
32
<div class="section" id="i-close-buffers-in-vim-why-are-they-still-visible-in-pida">
 
33
<h2><a name="i-close-buffers-in-vim-why-are-they-still-visible-in-pida">I close buffers in Vim. Why are they still visible in PIDA?</a></h2>
 
34
<p>If you have closed a vim buffer using <tt class="docutils literal"><span class="pre">:bd</span></tt> or <tt class="docutils literal"><span class="pre">Delete</span></tt> from the
 
35
<tt class="docutils literal"><span class="pre">Buffer</span></tt> menu, the buffer will still remain in the PIDA buffer list. This is
 
36
not a bug but a feature of how Vim works. It does not actually delete the
 
37
buffer on <tt class="docutils literal"><span class="pre">:bd</span></tt> but merely hides it.</p>
 
38
<p>The solution is to use <tt class="docutils literal"><span class="pre">:bw</span></tt>. This properly unloads the buffer and PIDA
 
39
correctly recognises this situation. If you have read the Vim docs (like a
 
40
good Vimmer) you know hat the documentation regarding <tt class="docutils literal"><span class="pre">:bw</span></tt> is a bit scary,
 
41
and asks you to <em>make sure you know what you are doing</em>. Rest assured, it
 
42
works fine.</p>
 
43
</div>
 
44
</div>
 
45
</div>
 
46
</body>
 
47
</html>