Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
home
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Murukesh Mohanan
home
Commits
559d5ac1
Commit
559d5ac1
authored
Feb 04, 2016
by
Murukesh Mohanan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
plugin update; auto test.* open fix
parent
cfc4bac3
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
24 additions
and
24 deletions
+24
-24
.vim/bundle/YouCompleteMe
.vim/bundle/YouCompleteMe
+1
-1
.vim/bundle/airline
.vim/bundle/airline
+1
-1
.vim/bundle/syntastic
.vim/bundle/syntastic
+1
-1
.vim/bundle/vim-go
.vim/bundle/vim-go
+1
-1
.vim/vimrc
.vim/vimrc
+20
-20
No files found.
YouCompleteMe
@
674db42e
Subproject commit
e66d1f1dddb4f27624715197b97a5fcff1944764
Subproject commit
674db42eefd9b2ac9a3bea92e99acf53d4f95fcd
airline
@
9d1196f4
Subproject commit
dbb4d3236bfa1d7fd14ca0604e101ef82be5ebc7
Subproject commit
9d1196f40aac7bbef5cec0c9307e80e207a4dfca
syntastic
@
d8af5028
Subproject commit d
e0106e839e6ee21a5dd3c42f1abb7d79d931bdd
Subproject commit d
8af5028ecd541f721dab769479092b643f47a76
vim-go
@
de369ba2
Subproject commit
a1cfa1175303942ca8cd32454d324a9e56b046fa
Subproject commit
de369ba2a1ed2195c5a50dd3a396d3760050d171
.vim/vimrc
View file @
559d5ac1
...
@@ -101,8 +101,8 @@ highlight NonText ctermbg=none
...
@@ -101,8 +101,8 @@ highlight NonText ctermbg=none
highlight Visual ctermbg=DarkGrey
highlight Visual ctermbg=DarkGrey
" From http://vi.stackexchange.com/questions/258/
" From http://vi.stackexchange.com/questions/258/
autocmd BufWritePre
*.sh
if !filereadable(expand('%')) | let b:is_new = 1 | endif
autocmd BufWritePre
*.sh,*.py
if !filereadable(expand('%')) | let b:is_new = 1 | endif
autocmd BufWritePost *.sh if get(b:, 'is_new', 0) | silent execute '!chmod +x %' | endif
autocmd BufWritePost *.sh
,*.py
if get(b:, 'is_new', 0) | silent execute '!chmod +x %' | endif
let g:SuperTabDefaultCompletionType = "context"
let g:SuperTabDefaultCompletionType = "context"
let g:SuperTabClosePreviewOnPopupClose = 1
let g:SuperTabClosePreviewOnPopupClose = 1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment