Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 207 by [email protected]: filename completion is broken
for file names with umlauts on os x
http://code.google.com/p/vim/issues/detail?id=207
What steps will reproduce the problem?
1. on os x generate file with umlaut (e. g. $touch nur_übung.txt)
2. start vim
3. type :n nur_ü<Tab>
What is the expected output?
completion of filename to
:n nur_übung.txt
What do you see instead?
Bell and no completion.
What version of the product are you using? On what operating system?
7.4 on os x 10.9
Please provide any additional information below.
The problem is most likely, that os x handles umlauts different than other
*nix oses: Umlauts are saved as single unicode character for example on
linux. Os x uses Unicode U+0308 (combining diaeresis) with a letter (here
u). Anyway I am wondering that open works correctly (e. g. typing :n
nur_übung.txt<CR> works as expected).
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.