>>>>> "christopher" == Christopher Molnar <[EMAIL PROTECTED]> writes:

christopher> With one of the recent vim upgrades I seem to have lost the
christopher> functionality of my backspace key in vi. The backspace key works great
christopher> in all other applications but when I try and backspace in the "insert"
christopher> mode of vi all I get is "^?" (ctrl-question-marks).

christopher> Any ideas how to solve? (And Chmouel --- No, I don't want to learn emacs
christopher> :-) )

Talking about vim.  New vim is not working with hardlinks as expected
(aka if you modify a file, you create a new inode _always_).  

cp -dpilR pristine_source  source_where_to_hack
cd source_where_to_hack
vi some files (yes, I normally use emacs, but for one line changes use vi)
voila, the file is also modified in pristine_source (which defeats the
purpose of doing the hardlinks of the trees).

Later, Juan.


-- 
In theory, practice and theory are the same, but in practice they 
are different -- Larry McVoy

Reply via email to