Mostrando entradas con la etiqueta TDVim. Mostrar todas las entradas
Mostrando entradas con la etiqueta TDVim. Mostrar todas las entradas

lunes, 28 de marzo de 2011

How to make Fuzzy Finder and Mac Vim 7.3


Hi all.
I am pretty sure that if you area fan of Fuzzy Finder for Vim and an user of Mac Vim you have to be very annoyed because of the errors from Fuzzy Finder when using the latest Mac Vim updated to the recent Vim 7.3.

This is the typical error you get when activating any Fuzzy finder mode:
E806: using Float as a String
Among others errors.
Well this problems comes because when starting Mac Vim from the Dock or Spotlight for some reason it doesn't pick up the correct locales.
More explanations in these links:

The most common solution is to launch MacVim from the Terminal.app using the mvim command, this way MacVim will inherit the locales from the Terminal which are correct.
But this is really annoying and I wanted to be able to launch MacVim from the Dock.
So I try setting the environment variables for my session according to the locales from the Terminal.app.
To do this first run the locales command:
pablo@cube ~ $ locale
LANG="es_ES.UTF-8"
LC_COLLATE="C"
LC_CTYPE="C"
LC_MESSAGES="C"
LC_MONETARY="C"
LC_NUMERIC="C"
LC_TIME="C"
LC_ALL=

Then I have use the Pref Pane app called RCEnvironment to add these variables to my session.







And voila! it works!
The idea is to setup the same variables from the locale command for your session.
Happy viming!

domingo, 2 de agosto de 2009

TDVim 0.1 Alpha Released!

At least!
After some hard work with the keymaps and testing them for Linux, MacOSX, windoiws and Cygwin the first release of TDVim for development use is ready.
This is alpha software, is only ready fo rdevelopers or people who feel curious about what TDVim can do and get an idea of the project.
I am using it in my daily work so at least will have some functionality.
the documentation also has got a dramatic improvement.
Go to the download section to get it.
Give it a try and tell me your opinion, much appreciated.

domingo, 7 de junio de 2009

TDVim Wiki Ready!

The new brand TDVim wiki is ready!
Ok is a first version and just a brief skel for the whole wiki but the foundations are there.
This wiki will be an extra source of help for many users of TDVim.
Is specially oriented to new users, they will find the web format much more easier than the usual VIM documentation.
Also the other reason to have a wiki appart from the docs integrated in vim is to have a repository for tricks and tutorials for all the VIM/TDVim users.
Enjoy!

miércoles, 20 de mayo de 2009

TDVim close to the first developer release


TDVim is close to it´s first developer release 0.0.1.
This will be the first release of the project and it will put the foundations for the whole project.
First an usable and portable config file will have the most important keymaps ready for different platforms.
The internal docs infrastructure will be done.
And finally the initiation sequence and user install ready.
I hope to have the first internal release, 0.1 very soon.