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
49fb8e53
Commit
49fb8e53
authored
9 years ago
by
Murukesh Mohanan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
typo in vimrc
parent
ded877ff
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
.vim/bundle/syntastic
.vim/bundle/syntastic
+1
-1
.vim/vimrc
.vim/vimrc
+1
-1
No files found.
syntastic
@
372daff1
Subproject commit
157ad8d4328fe9892abd4cd4598524efcf4dc529
Subproject commit
372daff1a8bd68ef27ec2f40df6a74a2462a3b24
This diff is collapsed.
Click to expand it.
.vim/vimrc
View file @
49fb8e53
...
@@ -71,7 +71,7 @@ autocmd Bufenter,BufNew *.pro set syntax=prolog
...
@@ -71,7 +71,7 @@ autocmd Bufenter,BufNew *.pro set syntax=prolog
autocmd Filetype gitcommit setlocal spell textwidth=72
autocmd Filetype gitcommit setlocal spell textwidth=72
autocmd Bufenter *.hs compiler ghc
autocmd Bufenter *.hs compiler ghc
autocmd BufWritePre *.sh if !filereadable(expand('%')) | let b:is_new = 1 | endif
autocmd BufWritePre *.sh if !filereadable(expand('%')) | let b:is_new = 1 | endif
autocmd BufWritePost *.sh if get(b:, 'is_new', 0) | silent execute '!ch
o
mod +x %' | endif
autocmd BufWritePost *.sh if get(b:, 'is_new', 0) | silent execute '!chmod +x %' | endif
let g:SuperTabDefaultCompletionType="context"
let g:SuperTabDefaultCompletionType="context"
set omnifunc=syntaxcomplete#Complete
set omnifunc=syntaxcomplete#Complete
...
...
This diff is collapsed.
Click to expand it.
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