File: README

package info (click to toggle)
taskjuggler 2.3.0-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 8,764 kB
  • ctags: 3,700
  • sloc: cpp: 36,852; sh: 12,761; xml: 5,541; perl: 5,207; makefile: 269; python: 258; lisp: 67
file content (26 lines) | stat: -rw-r--r-- 646 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
The vim settings have been contributed by Peter Poeml <poeml@suse.de>.

To use them you need to add the following lines to the respective files:

.vimrc:
       let myfiletypefile = "~/.vim/filetypes.vim"
       let myscriptsfile  = "~/.vim/scripts.vim"
       let mysyntaxfile   = "~/.vim/syntax.vim"
       syntax on
       syn sync maxlines=500
       syn sync minlines=300



~/.vim/filetypes.vim:
       augroup filetype
       "
       " [...]
       "
       " taskjuggler files
       au! BufNewFile,BufRead *.tjp,*.tji,*.tjp              set ft=tjp
       augroup END


~/.vim/syntax.vim:
       au! Syntax tjp         so ~/.vim/tjp.vim