herrymon


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

About Me

No description provided.

Classes

Learning Vim from the inside

Class status: Established
Role: Student
. 35% complete

Submitted Assignments

Learning Vim from the inside: Lesson 3, HW 2

tried some of the id-utils commands fid mailing, gid mailing, lid mailing. lid mailing listed README.txt file.

> lid mailing
mailing        README.txt runtime/doc/{intro,os_vms,pi_netrw,uganda}.txt runtime/tools/{efm_filter,mve}.txt
> less README.txt

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

I went with the first option. Got some errors after running ./configure. Installed ncurses, sudo apt-get install ncurses-dev, compiled it again. It worked, compiled version successfully runs. Although I get this little error: Error detected while processing ~/.vimrc: line 14: E484: Can't open file /usr/local/share/vim/syntax/syntax.vim Press ENTER or type command to continue

Platform is ubuntu9.10

> sudo apt-get install ncurses-dev
> ./configure
> make
> ./src/vim
Error detected while processing ~/.vimrc:
line   14:
E484: Can't open file /usr/local/share/vim/syntax/syntax.vim
Press ENTER or type command to continue

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

first time using id utlities, works as described. Ran mkid in vim directory. Don't know what the difference is in either approaches, so I went with first option.


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

followed all instructions, no problems so far, platform is ubuntu 9.10


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

hg clone https://vim.googlecode.com/hg/ vim

requesting all changes
adding changesets
adding manifests
adding file changes
added 2060 changesets with 16901 changes to 2430 files (+1 heads)
updating working directory
2266 files updated, 0 files merged, 0 files removed, 0 files unresolve

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

Installed via package manager (ubuntu 9.10)

**sudo aptitude install mercurial id-utils**

Writing extended state information... Done

herrymon 2 years ago