mirror of git://git.sv.gnu.org/nano.git
username_tab_completion() - Removed redundant conditional (Rocco)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@504 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
parent
2c2c5f2156
commit
a711f7e638
|
@ -13,6 +13,7 @@ General
|
|||
username_tab_completion()
|
||||
- Optimization and removal of useless vars (Rocco).
|
||||
- Rewritten using getpwent (suggested by Rocco).
|
||||
- Removed redundant conditional (Rocco).
|
||||
real_dir_from_tilde()
|
||||
- Rewritten using getpwent (suggested by Adam, much optimized by Rocco).
|
||||
- global.c:
|
||||
|
|
Loading…
Reference in New Issue