Subversion Repositories programming

Rev

Rev 362 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 362 Rev 363
Line 23... Line 23...
23
map <silent> <F3> :set invhlsearch<CR>
23
map <silent> <F3> :set invhlsearch<CR>
24
 
24
 
25
" Remove whitespace from end of lines
25
" Remove whitespace from end of lines
26
map <silent> <F4> :%s/\s\+$//g<CR>
26
map <silent> <F4> :%s/\s\+$//g<CR>
27
 
27
 
28
" Run the currently editing python program
28
" Show the ASCII Table
29
autocmd BufRead *.py set makeprg=python\ -c\ \"import\ py_compile,sys;\ sys.stderr=sys.stdout;\ py_compile.compile(r'%')\"
-
 
30
autocmd BufRead *.py nmap <F5> :!python %<cr> 
29
map <silent> <F5> <Plug>CT_CharTable
31
 
30
 
32
" Set html creation to use style sheets
31
" Set html creation to use style sheets
33
let html_use_css = 1
32
let html_use_css = 1
34
 
33
 
35
" Set up Printer options
34
" Set up Printer options