xaizek / dotvim (License: Unspecified) (since 2018-12-07)
Vim configuration and plugins.
Commit e09f4e2ed69a9203192d687bee90cb7597c23cd9

Don't set t_Co
It's a really bad way of addressing incorrectly configured terminals.

This was commented out for years and everything has worked fine.
Author: xaizek
Author date (UTC): 2020-02-17 13:31
Committer name: xaizek
Committer date (UTC): 2020-02-17 13:32
Parent(s): 1fd3233a02606694135a6554861433f9f25880d1
Signing key: 99DC5E4DB05F6BE2
Tree: 9332cc75b5cc49157baa58da02d5cfc8d4e42c67
File Lines added Lines deleted
vimrc 0 3
File vimrc changed (mode: 100644) (index 0fffd4f..17947e9)
... ... set ttyfast
448 448 " don't force buffer unload on buffer switching " don't force buffer unload on buffer switching
449 449 set hidden set hidden
450 450
451 " more colours in a terminal
452 set t_Co=256
453
454 451 " don't put header files to the back of wild menu list " don't put header files to the back of wild menu list
455 452 set suffixes-=.h set suffixes-=.h
456 453
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/dotvim

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/dotvim

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master