Changeset 4316 for trunk

Show
Ignore:
Timestamp:
06/16/08 03:37:23 (4 months ago)
Author:
pmoura
Message:

Added a filetype plugin for the Vim text editor and updated the installation instructions.

Location:
trunk
Files:
2 added
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/RELEASE_NOTES.txt

    r4314 r4316  
    1111 
    1212 
    13 2.32.0 - June ??, 2008 
     132.32.0 - June 16, 2008 
    1414 
    1515    Updated the Logtalk compiler and runtime to use multifile predicates for  
     
    5656    "searching" example). Improved the example documentation. 
    5757 
    58     Updated the syntax coloring support for the Vim text editor to properly  
    59     highlight quoted atoms and strings in the opening directive of parametric 
    60     objects. Fixed an auto-indentation bug when opening and closing a  
    61     conditional block in a single line in the last goal a predicate clause  
    62     body. Thanks to Victor Noel for the bug report. 
     58    Added a filetype plugin for the Vim text editor. Updated the installation  
     59    instructions. Updated the syntax coloring support to properly highlight  
     60    quoted atoms and strings in the opening directive of parametric objects.  
     61    Fixed an auto-indentation bug when opening and closing a conditional  
     62    block in a single line in the last goal a predicate clause body. Thanks  
     63    to Victor Noel for the bug report. 
    6364 
    6465 
  • trunk/wenv/vim/NOTES.txt

    r4302 r4316  
    3838 
    39394. Copy the file "indent/logtalk.vim" to the "indent" sub-directory in  
    40 your VIM installation directory (replacing any existing older file) and  
    41 add the following lines to your ~/.vimrc file: 
     40your VIM installation directory (replacing any existing older file). 
     41 
     425. Copy the file "ftplugin/logtalk.vim" to the "ftplugin" sub-directory in  
     43your VIM installation directory (replacing any existing older file). 
     44 
     456. Add the following lines to your ~/.vimrc file: 
    4246 
    4347    syntax on 
    4448    filetype indent on 
     49    filetype plugin on 
  • trunk/wenv/vim/syntax/logtalk.vim

    r4284 r4316  
    33" Language: Logtalk 
    44" Maintainer:   Paulo Moura <pmoura@logtalk.org> 
    5 " Last Change:  May 26, 2008 
     5" Last Change:  June 16, 2008 
    66 
    77 
     
    397397 
    398398let b:current_syntax = "logtalk" 
    399  
    400 setlocal ts=4 
    401 setlocal sw=4 
    402 setlocal fdm=syntax 
    403 setlocal fdc=2 
    404 setlocal autoindent