About
meheheh
Accounts
Newer posts are loading.
You are at the newest post.
Click here to check if anything new just came in.
Click here to check if anything new just came in.
September 21 2008
Descenso en longboard > Adam Kimmel presents: Claremont HD on Vimeo
September 17 2008
Play fullscreen
Mike Portnoy - Drums Of Train of Thought :: As I Am
Merging with vimdiff
Open the files with vimdiff:
$ vimdiff file1 file2
$ vimdiff file1 file2
To jump to the next difference:
]c
To jump to the previous difference:
[c
If there are only two files you can copy differences with:
:diffget
and
:diffput
If you are doing a diff with vim between more than two files you also have to specify from which buffer to :diffget or from which buffer to :diffput
:diffget b#
where b# is the buffer number. In vertical window split, buffers are numbered from left to right starting at 1.

Reposted from
davitenio
http://arstechnica.com/articles/paedia/gpu-sweeney-interview.ars
Interview with the co-founder of Epic Games about the future of 3D Graphics, the future death of DirectX / OpenGL approaches and how will 3D Games will be developed.September 01 2008
http://www.kiva.org/
Kiva is the world's first person-to-person micro-lending website. By enabling people to connect with and make personal loans to low-income entrepreneurs in the developing world, Kiva is revolutionizing the fight against global poverty.August 29 2008
August 28 2008
August 06 2008
Older posts are this way
If this message doesn't go away, click anywhere on the page to continue loading posts.
Could not load more posts
Maybe Soup is currently being updated? I'll try again automatically in a few seconds...
Maybe Soup is currently being updated? I'll try again automatically in a few seconds...
Just a second, loading more posts...
You've reached the end.


"Note you get the same by doing let c_space_errors=1 but
"this rule really applys to everything.
highlight RedundantSpaces term=standout ctermbg=red guibg=red
match RedundantSpaces /\s\+$\| \+\ze\t/
"use :set list! to toggle visible whitespace on/off
set listchars=tab:>-,trail:.,extends:>