[Vimdiff] Use vimdiff to merge code Jump to the file which want merge with other.
:diffget will get the line from the other panel.
:diffput will put the line to the other panel.
…Read More
[vim] edit multiple file in vim ===== Method 1 ===== Open multiple file in vim vim -p a.c b.c c.c ===== Method 2 ===== Open the first file and add more vim a.c :tabe {FilPath/FileNa…Read More
「CSCOPE」 The script of cscopeCSCOPE_FILE_TEMP=cscope.out
if [ -n "$1" ]; then
echo "Source code directory: " $1
echo "Create file map database : " $CSCOPE_FILE_TEMP
fi…Read More
0 意見:
張貼留言