cfedde


Joined 2 years ago
Homeworks submitted:
Homework comments:
7
0

About Me

No description provided.

Classes

Learning Vim from the inside

Class status: Established
Role: Student
. 41% complete

Submitted Assignments

Learning Vim from the inside: Lesson 3, HW 3

Running a self compiled vim seems a bit more complex than just invoking it. Maybe compilation control with a $HOME prefix to ensure that all the support files are in the right places.

make distclean
./configure -prefix=$HOME
make -j4
make install

cfedde 2 years ago
Learning Vim from the inside: Lesson 3, HW 2

README.txt

$ grep -l '@vim.org' R*
README.txt

cfedde 2 years ago
Learning Vim from the inside: Lesson 3, HW 1

might say make -j4 for systems with 2 cpus. The rule of thumb seems to be -j(2 x #cores) where hyper threads also count as "cores"


cfedde 2 years ago
Learning Vim from the inside: Lesson 2, HW 1

no problem. Pretty straight forward as described.


cfedde 2 years ago
Learning Vim from the inside: Lesson 1, HW 3

instructions worked as described for ubuntu 9.04


cfedde 2 years ago
Learning Vim from the inside: Lesson 1, HW 2

hg clone https://vim.googlecode.com/hg/ vim ... 2257 files updated, 0 files merged, 0 files removed, 0 files unresolved


cfedde 2 years ago
Learning Vim from the inside: Lesson 1, HW 1

sudo aptitude install mercurial sudo aptitude install id-utils

all done now


cfedde 2 years ago