Show
Ignore:
Timestamp:
11/30/07 15:01:53 (5 years ago)
Author:
kana
Message:

dotfiles/vim/kana:
* Merge the following changes from my local repository.

r1006@colinux: kana | 2007-11-28 01:04:31 +0900
vim/dot.vim/autoload/textobj/user.vim (s:rhs_escape):

  • Fix the bug that '<' was escaped as '<LT<GT>'.

    r1008@colinux: kana | 2007-11-28 01:18:05 +0900
    vim/dot.vim/autoload/textobj/user.vim (s:rhs_escape):
  • Fix the bug that '>' must not be escaped as '<GT>', because such notation
    doesn't exist.

    r1009@colinux: kana | 2007-11-28 01:21:10 +0900
    vim/dot.vim/ftplugin/issue.vim:
  • Map <LocalLeader?>j and <LocalLeader?>k to move to issue ids.
  • Map <Return> to s:JumpToIssue().
  • s:JumpToIssue(): New, but not implemented yet.

    r1021@colinux: kana | 2007-11-30 13:05:55 +0900
    vim/dot.vimrc:
  • (Key Mappings / Misc.): Fix the bug that visualmode() is used in map-expr
    (I expect that it will return the CURRENT Visual mode, but it will return
    the LAST Visual mode. It's returning value won't be updated in map-expr).

    r1023@colinux: kana | 2007-11-30 14:25:34 +0900
    vim/dot.vimrc:
  • (Plugins / surround): Move the definition of surrounding objects into
    vim/dot.vim/plugin/surround_config.vim, to fix the problem on broken
    multibyte strings.

    vim/dot.vim/plugin/surround_config.vim:
  • New, for the above change.

    Makefile:
  • (GROUP_VIM_FILES): Add new file.

    r1024@colinux: kana | 2007-11-30 14:33:29 +0900
    vim/dot.vimrc:
  • (modelines): Remove 'fileencoding' not to set 'modified' if the file doesn't
    contain any multibyte character.
Files:
1 modified

Legend:

Unmodified
Added
Removed