- Timestamp:
- 06/04/08 04:59:59 (3 months ago)
- Location:
- trunk/wenv/vim
- Files:
-
- 2 modified
-
indent/logtalk.vim (modified) (1 diff)
-
NOTES.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wenv/vim/indent/logtalk.vim
r4301 r4302 51 51 endif 52 52 " Check for opening conditional on previous line 53 if pline =~ '^\s*\([(;]\|->\)' && pline !~ '\.\s*\(%.*\)\?$' 53 if pline =~ '^\s*\([(;]\|->\)' && pline !~ '\.\s*\(%.*\)\?$' && pline !~ '^.*\([)][,]\s*\(%.*\)\?$\)' 54 54 let ind = ind + &sw 55 55 endif -
trunk/wenv/vim/NOTES.txt
r4301 r4302 38 38 39 39 4. Copy the file "indent/logtalk.vim" to the "indent" sub-directory in 40 your VIM installation directory (replacing any existing older file). 40 your VIM installation directory (replacing any existing older file) and 41 add the following lines to your ~/.vimrc file: 42 43 syntax on 44 filetype indent on
