Skip to content

Commit

Permalink
tab support for Vim
Browse files Browse the repository at this point in the history
  • Loading branch information
ambv committed Apr 11, 2011
1 parent adea515 commit efdc806
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion profile_machine/darwin
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function vim {
done
if [[ $FILE_SPECIFIED -eq 1 ]] &&
[[ ! -z `ps axu | grep "[M]acVim" | grep XO` ]]; then
mvim -XO1 --remote $@
mvim -XO1 --remote-tab-silent $@
else
mvim -XO1 $@
fi
Expand Down
1 change: 1 addition & 0 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -229,5 +229,6 @@ let Tlist_Compact_Format=1

let snips_author='Łukasz Langa'

let bufExplorerFindActive=0
let bufExplorerShowRelativePath=1
"let bufExplorerSortBy="fullpath"

0 comments on commit efdc806

Please sign in to comment.