Changes between Version 7 and Version 8 of Questions and Answers


Ignore:
Timestamp:
04/29/25 16:23:16 (4 weeks ago)
Author:
enno
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Questions and Answers

    v7 v8  
    1717
    1818'''Explanation:''' You declared the vim editor package a system level package, so that it is available for everyone. But a user installed it in his default profile as well.
    19 The system vim is then shadowed. If - for some reason - the user additionally declares vim in his home configuration, it will shadow the others as well.
     19The system level vim is then shadowed. If - for some reason - the user additionally declares vim in his home configuration, it will shadow the others as well.
    2020
    2121If you install extension packages like vim-nerdtree in the system profile it might not be available for the vim at default user profile or [[home configuration]] profile, because