quelques rc

This commit is contained in:
Frank Villaro-Dixon 2014-02-26 15:19:18 +01:00
parent 91d6e7e218
commit e92efe8153
3 changed files with 4 additions and 1 deletions

View file

@ -4,3 +4,5 @@ PS1('\w\[\e[m\] \[\e[1;32m\]>>> \[\e[m\]\[\e[0;20m\]')
function man (name) function man (name)
help (char (name)) help (char (name))
endfunction endfunction
pkg load all

View file

@ -43,3 +43,4 @@ désinscrire
L'État L'État
lémanique lémanique
OpenStreetMap OpenStreetMap
crevard

View file

@ -166,7 +166,7 @@ autocmd BufRead,BufNewFile *.m set nospell
"Automatic documentation "Automatic documentation
autocmd BufNewFile,BufRead *.py set keywordprg=pydoc autocmd BufNewFile,BufRead *.py set keywordprg=pydoc
autocmd BufNewFile,BufRead *.php set keywordprg=~/.vim/scripts/doc.php.sh autocmd BufNewFile,BufRead *.php set ts=4 sw=4 keywordprg=~/.vim/scripts/doc.php.sh
"JAVA "JAVA
iabbr syso System.out.println iabbr syso System.out.println