~ubuntu-branches/ubuntu/precise/pida/precise

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Jan Luebbe
  • Date: 2007-04-17 16:08:06 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20070417160806-3ttlb6igf94x9i03
Tags: 0.4.4-1
* New upstream release (closes: #419129)
* Add dependency on python-glade2 (closes: #418716)
* Update copyright

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
============
2
 
The PIDA FAQ
3
 
============
4
 
 
5
 
:author: Ali Afshar
6
 
:contact: aafshar@gmail.com
7
 
 
8
 
General
9
 
-------
10
 
 
11
 
Is PIDA available for Windows?
12
 
++++++++++++++++++++++++++++++
13
 
 
14
 
 
15
 
Vim
16
 
---
17
 
 
18
 
I close buffers in Vim. Why are they still visible in PIDA?
19
 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
20
 
 
21
 
If you have closed a vim buffer using ``:bd`` or ``Delete`` from the
22
 
``Buffer`` menu, the buffer will still remain in the PIDA buffer list. This is
23
 
not a bug but a feature of how Vim works. It does not actually delete the
24
 
buffer on ``:bd`` but merely hides it.
25
 
 
26
 
The solution is to use ``:bw``. This properly unloads the buffer and PIDA
27
 
correctly recognises this situation. If you have read the Vim docs (like a
28
 
good Vimmer) you know hat the documentation regarding ``:bw`` is a bit scary,
29
 
and asks you to *make sure you know what you are doing*. Rest assured, it
30
 
works fine.
31