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

Just swallow errors of `language ctype`
Author: xaizek
Author date (UTC): 2020-01-17 00:10
Committer name: xaizek
Committer date (UTC): 2020-01-17 00:10
Parent(s): 57370aed757bb1482fdb012d186550b7374970a1
Signing key: 99DC5E4DB05F6BE2
Tree: 48c78b66bc15b2f6003f0a72a6fe404564e0dae0
File Lines added Lines deleted
vimrc 2 2
File vimrc changed (mode: 100644) (index 1f5c624..0fffd4f)
... ... augroup end
779 779
780 780 " for work of normal mode commands " for work of normal mode commands
781 781 if s:win if s:win
782 language ctype Russian_Russia.1251
782 silent! language ctype Russian_Russia.1251
783 783 else else
784 language ctype ru_RU.utf-8
784 silent! language ctype ru_RU.utf-8
785 785 endif endif
786 786
787 787 " ============================================================================== " ==============================================================================
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