Re: Web Development workflow

2012-08-05 Thread flebber
On Saturday, 4 August 2012 22:35:32 UTC+10, Tim Chase wrote: > On 08/04/12 00:41, Sayth Renshaw wrote: > Looking for some basic advice tips > on how you manage a web > development workflow in vim. Do you start and > manage your server > from within vim to debug and preview your pages as you > ed

Re: gvim auto copy selected text to clipboard

2012-04-21 Thread flebber
On Apr 21, 6:50 am, Ben Fritz wrote: > On Friday, April 20, 2012 3:38:22 PM UTC-5, Sergey Vakulenko wrote: > > Hi Marcin > > > I tried, but this not works for me :( > > > set clipboard=unnamedplus,unnamed,autoselect,exclude:cons\|linux > > > test case: > > 1) open gvim > > 2)shift-v, move cursor

Set default working directory for Windows and Linux

2012-01-11 Thread flebber
When working with vim especially on windows creating a new file can be a bit of a pain as I have to navigate the directory structure to do this. I found this http://vim.wikia.com/wiki/Set_working_directory_to_the_current_file which is good if there is already a file open I guess. But I was wonder

Javascript vim using jshint

2012-01-07 Thread flebber
I am trying to use javascript with vim. I have installed node, npm and jshint. from following a guide found on stack overflow to use these tools. http://stackoverflow.com/a/5893447/461887 I am learning javascript amongst other things using this video tutorials http://learn.appendto.com/lesson/jav

Vim Rails Tpope plugin on windows

2010-11-13 Thread flebber
I am having a little issue with the rails plugin on windows xp. I am referring to this one http://www.vim.org/scripts/script.php?script_id=1567 http://rails.vim.tpope.net/#download I have extracted the file to my vimfiles directory. However when I load a ruby file it doesn't appear to recognise

using xpdf to read pdf in vim on XP

2010-10-24 Thread flebber
I am trying to be able to use vim to read pdf's. Following http://vim.wikia.com/wiki/Open_PDF_files#GlobalNavigation I have downladed xpdf as guide states, however where do I put xpdf? I am on XP sp3. I need vim to be able to reference xpdf so when I update vimrc with below it will work. autocmd

Re: Python not working on vim7.3

2010-10-19 Thread flebber
On Oct 19, 10:15 am, "Grizzly(Francis Smit)" wrote: > On 19/10/10 08:09, binxter wrote: > > > > > > > > > I recently installed Python 3.1.2 on my system as well as gvim7.3. > > When I launch gvim and type the command :version I see +python/dyn as > > well as +python3/dyn > > > However, when I ru

Re: Setting up default gVim

2010-10-18 Thread flebber
On Oct 18, 11:05 pm, flebber wrote: > On Oct 18, 10:41 pm, "Ivan S. Freitas" > wrote: > > > > > > > > > > > On Mon, Oct 18, 2010 at 12:34 AM, flebber wrote: > > > Hi > > > > I was wondering if there was a way to setup vim s

Re: Setting up default gVim

2010-10-18 Thread flebber
On Oct 18, 10:41 pm, "Ivan S. Freitas" wrote: > On Mon, Oct 18, 2010 at 12:34 AM, flebber wrote: > > Hi > > > I was wondering if there was a way to setup vim so that it opens in > > Ruby mode. For Ruby Programming. I don't want it to be anything > &

Re: Setting up default gVim

2010-10-18 Thread flebber
On Oct 18, 10:41 pm, "Ivan S. Freitas" wrote: > On Mon, Oct 18, 2010 at 12:34 AM, flebber wrote: > > Hi > > > I was wondering if there was a way to setup vim so that it opens in > > Ruby mode. For Ruby Programming. I don't want it to be anything > &

Setting up default gVim

2010-10-17 Thread flebber
Hi I was wondering if there was a way to setup vim so that it opens in Ruby mode. For Ruby Programming. I don't want it to be anything extravagent I just want it to handle Ruby language features syntax etc but also mainly I wanted it to open with 3 windows. One where I can work on my main file, th

Re: Why is vim built against python 2.7

2010-10-04 Thread flebber
Will have to wait until the necessary lang and extra files for 7.3 are here. http://ftp.vim.org/vim/extra/ On Oct 5, 3:42 am, Reckoner wrote: > This might help: > > http://showmedo.com/videotutorials/video?name=1850010&fromSeriesID=185 > > good luck! > > On Oct 4

Re: Why is vim built against python 2.7

2010-10-04 Thread flebber
On Oct 5, 1:47 am, flebber wrote: > I am trying to use vim 7.3 with python 2.6 but it keeps complaining > that python 2.7 is not available. I found this site showing gvim72 > builds with different builds for seperate python versions. > > Why does vim build against a specific fi

Why is vim built against python 2.7

2010-10-04 Thread flebber
I am trying to use vim 7.3 with python 2.6 but it keeps complaining that python 2.7 is not available. I found this site showing gvim72 builds with different builds for seperate python versions. Why does vim build against a specific file type? And if it does how can I get gvim73 to work with python

Vim python vimrc split & interpreter

2010-10-04 Thread flebber
HI I am starting to use vim for python. So I have found this guide http://www.sontek.net/post/Python-with-a-modular-IDE-%28Vim%29.aspx However I was hoping to have a default setup with split screen. One aplit with python(ide) editor and the other side an interactive interpreter. I plan to use p