~ubuntu-branches/ubuntu/utopic/pida/utopic

« back to all changes in this revision

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