Skip to content

Commit

Permalink
vimrc 2.12.2, settings 2.0.2, helper scripts
Browse files Browse the repository at this point in the history
Update maintainer link to from .vim to qvim
  • Loading branch information
EvanQuan committed Dec 17, 2018
1 parent 6ea7f8e commit 412b769
Show file tree
Hide file tree
Showing 11 changed files with 33 additions and 23 deletions.
18 changes: 14 additions & 4 deletions doc/qvim.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,23 +19,33 @@ CONTENTS *qvim-contents*

1. Intro........................................|qvim|
2. Why? ........................................|qvim-why|
2.1 Vim.................................|qvim-vim|
2.2 Personal Configuration..............|qvim-personal|
2.1 Vim.................................|qvim-why-vim|
2.2 Personal Configuration..............|qvim-why-configure|
3. Configuration Philosophy.....................|qvim-philosophy|
3.1 Dependencies........................|qvim-dependencies|
3.2 Default Mappings....................|qvim-mappings|
3.3 Editing Style.......................|qvim-editing-style|

==============================================================================
1. Intro *qvim*

You are using Evan Quan's Vim configuration files. The most updated version of
the files can be found at:

https://github.com/EvanQuan/qvim/

The following documentation describes some history behind this configuration
as well as the thought process behind designing it.

==============================================================================
2. Why? *qvim-why*


------------------------------------------------------------------------------
2.1 Vim *qvim-vim*
2.1 Vim *qvim-why-vim*

------------------------------------------------------------------------------
2.2 Personal Configuration *qvim-personal*
2.2 Personal Configuration *qvim-why-configure*

==============================================================================
3. Configuration Philosophy *qvim-philosophy*
Expand Down
4 changes: 2 additions & 2 deletions doc/tags
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ qvim-contents qvim.txt /*qvim-contents*
qvim-dependencies qvim.txt /*qvim-dependencies*
qvim-editing-style qvim.txt /*qvim-editing-style*
qvim-mappings qvim.txt /*qvim-mappings*
qvim-personal qvim.txt /*qvim-personal*
qvim-philosophy qvim.txt /*qvim-philosophy*
qvim-vim qvim.txt /*qvim-vim*
qvim-why qvim.txt /*qvim-why*
qvim-why-configure qvim.txt /*qvim-why-configure*
qvim-why-vim qvim.txt /*qvim-why-vim*
qvim.txt qvim.txt /*qvim.txt*
4 changes: 2 additions & 2 deletions pull.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
# File: pull.sh
# Maintainer: https://github.com/EvanQuan/.vim/
# Version: 2.2.0
# Maintainer: https://github.com/EvanQuan/qvim/
# Version: 2.2.1
#
# Pull
# Designed to work even if repo pulling implementation changes by executing
Expand Down
4 changes: 2 additions & 2 deletions push.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
# File: push.sh
# Maintainer: https://github.com/EvanQuan/.vim/
# Version: 1.0.7
# Maintainer: https://github.com/EvanQuan/qvim/
# Version: 1.0.8
#
# Push

Expand Down
4 changes: 2 additions & 2 deletions version/check_version.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
# Name: check_version.sh
# Maintainer: https://github.com/EvanQuan/.vim/
# Version: 1.1.1
# Maintainer: https://github.com/EvanQuan/qvim/
# Version: 1.1.2
#
# Keep local file versions up to date with remote versions.
# Assumes this is being executed form pull_helper.sh in ~/.vim/version
Expand Down
4 changes: 2 additions & 2 deletions version/pull_helper.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
# File: pull_helper.sh
# Maintainer: https://github.com/EvanQuan/.vim/
# Version: 2.0.0
# Maintainer: https://github.com/EvanQuan/qvim/
# Version: 2.0.1
#
# Pull Helper
# If pulling implementation changes are made, they are made here to allow
Expand Down
2 changes: 1 addition & 1 deletion version/remote/_vimrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.1
1.0.2
2 changes: 1 addition & 1 deletion version/remote/settings.vim
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.1
2.0.2
4 changes: 2 additions & 2 deletions version/templates/_vimrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
" ============================================================================
" File: _vimrc
" Maintainer: https://github.com/EvanQuan/.vim/
" Version: 1.0.1
" Maintainer: https://github.com/EvanQuan/qvim/
" Version: 1.0.2
"
" Contains optional runtime configuration settings to initialize Vim when it
" starts. For Vim versions before 7.4, this should be linked to the ~/.vimrc
Expand Down
4 changes: 2 additions & 2 deletions version/templates/settings.vim
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
" ============================================================================
" File: settings.vim
" Maintainer: https://github.com/EvanQuan/.vim/
" Version: 2.0.1
" Maintainer: https://github.com/EvanQuan/qvim/
" Version: 2.0.2
"
" Setting values affect how Vim is configured. This file is not tracked by
" git, allowing you to customize this differently for each machine.
Expand Down
6 changes: 3 additions & 3 deletions vimrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
" ============================================================================
" File: vimrc
" Maintainer: https://github.com/EvanQuan/.vim/
" Version: 2.12.1
" Maintainer: https://github.com/EvanQuan/qvim/
" Version: 2.12.2
"
" Contains optional runtime configuration settings to initialize Vim when it
" starts. For Vim versions before 7.4, this should be linked to the ~/.vimrc
Expand All @@ -17,7 +17,7 @@
" Version
" Displayed with lightline-buffer.
"
let g:vimrc_version = '2.12.1'
let g:vimrc_version = '2.12.2'

" Path {{{

Expand Down

0 comments on commit 412b769

Please sign in to comment.