sponsor Vim development Vim logo Vim Book Ad

operator-camelize : snake_case -> SnakeCase, CamelCase -> camel_case

 script karma  Rating 8/5, Downloaded by 1928  Comments, bugs, improvements  Vim wiki

created by
tyru
 
script type
utility
 
description
*operator-camelize* is a Vim plugin to provide an operator
to camelize/decamelize a specified text.

Requirements:
- |operator-user| (vimscript#2692)

Repository:
http://github.com/tyru/operator-camelize.vim
 
install details
...
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
operator-camelize.zip 0.0.5a 2011-07-03 7.0 tyru 0.0.5:
- Add <Plug>(operator-camelize-toggle)

0.0.5a:
- Fix problem that it evaluates lower camelcase as snakecase. (e.g., camelCase).
operator-camelize.zip 0.0.4 2011-04-16 7.0 tyru - Fix doc: operator-replace => operator-camelize (thanks thinca for reporting)
- Support camelCase. not only PascalCase. (thanks thinca for reporting)
- Add operator#camelize#load().
operator-camelize.zip 0.0.3 2010-10-31 7.0 tyru - Fix bug: When selected in blockwise visual mode,
  unnecessary newline is inserted at the bottom.
- Fix bug: If there are two more than words in selected range,
  head character is not camelized.
- A lot of internal changes.
operator-camelize.zip 0.0.2 2010-09-11 7.0 tyru - Implement g:operator_camelize_all_uppercase_action.
- Fix document descriptions.
operator-camelize.zip 0.0.1 2010-07-06 7.0 tyru Refactoring.
operator-camelize.zip 0.0.0 2010-04-07 7.0 tyru Initial upload
ip used for rating: 18.117.254.139

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github